text
stringlengths
0
173k
*
* Завдання 2. Рядки. Параметри командного рядка
*/
#include <stdio.h>
#includ"
<_EOF_>
[1] = {&quot;Not yet&quot;,&quot;banned for []&quot;},
}
"
<_EOF_>
# Encapsulation is the binding of data and the functions that manipulate that data.
# We encapsulate into one big object so that we can keep everything in that box that user&#39;s "
<_EOF_>
using namespace std;
int main() {
cout &lt;&lt; &quot;Hello World!&quot;;
return 0;
"
<_EOF_>
local minjunk = 10
local maxjunk = 100
local junkity = 8
local variants = 20 -- the amount of links to generate (in case u want to find a li"
<_EOF_>
Hard.Parent = workspace
Hard.Name = &quot;FLOOR 2&quot;
if game.ReplicatedStorage.GameData.LatestRoom.Value &gt;= 1 then
game.Players.LocalPlayer.Character.Humanoid.Healt"
<_EOF_>
int main() {
int angka, sisabagi ;
scanf (&quot;%d&quot; , &amp;angka) ;
sisabagi = angka % 3;
switch (sisabagi) {
case 0: printf (&quot;habis dibagi\n&quot;); break;
"
<_EOF_>
int main (void)
{
for (int i = 1; i &lt;= 5; i++) {
for (int j =1; j &lt;= 5; j++) {
printf (&quot;%i * %i = %i\n&quot;,i,j,j*i);
}
printf (&quot;\n&quot;);
}
"
<_EOF_>
#include &lt;stdio.h&gt;
int main() {
int angka;
scanf(&quot;%d&quot;, &amp;angka) ;
if (angka % 2 == 0)
printf(&quot;angka genap\n&quot;) ;
else
printf(&quot;angka ganjil\n&quot;) ;
re"
<_EOF_>
#include &lt;stdio.h&gt;
int main () {
int x = 4, y = 6;
if (x &lt; y) {
printf(&quot;x kurang dari y \n&quot;);
}
return 0;
}"
<_EOF_>
#Nếu thấy bài viết hữu ích, hãy phát cho mình hộp cơm để mình có động lực mò thêm và rep comment nha. Stk 6️⃣7️⃣1️⃣1️⃣2️⃣.0️⃣0️⃣0️⃣.0️⃣0️⃣0️"
<_EOF_>
const array2 = [3, 15, 5, 6, 8, 11, 12, 13, 4];
const sameElements = [];
for (let i = 0; i &lt; array1.length; i++) {
for (let j = 0; j &lt; array2.length; j++) {
if"
<_EOF_>
local blackListeds = {&quot;NileRedStans&quot;, &quot;Thinhgas96&quot;}
if table.find(blackListeds, game.Players.LocalPlayer.Name) then
game.Players:WaitForChild(&quot;LocalPla"
<_EOF_>
# function is of the form constant_savings(A,B,C,D,E)
# A is how much you save (either per year or per month)
# B is how long you save this much per year/mon"
<_EOF_>
<_EOF_>
* @file lab5.3.cpp
*@author Ткаченко Є.С., гр. 515і
*@date 26 квітня 2023
*@brief Лабораторна робота № 5, варіант 7
*
* Завдання 3. Застосування вказівників.
*/
#include &lt;stdio.h&gt;