text
stringlengths
0
173k
// Запи"
<_EOF_>
* @file main.c
* @author Мосяж А.М., гр. 515б
* @date 26 квітня 2023
* @brief Лабораторна робота № 3, варіант 4
* Робота з масивами Завдання 2
*/
#define _CRT_SECURE_NO_WARNINGS
#include &lt;"
<_EOF_>
* @file main.c
* @author Мосяж А.М., гр. 515б
* @date 26 квітня 2023
* @brief Лабораторна робота № 3, варіант 4
* Робота з масивами Завдання 1
*/
#include &lt;stdio.h&gt;
#include &lt;locale.h&gt;
#include &quot;"
<_EOF_>
https://sites.google.com/digiwr.com/hd32023-1080p/halaman-muka
https://sites.google.com/digiwr.com/3-2023-hd-1080p-khun-pa"
<_EOF_>
https://bbs.vivo.com/in/thread/25851
https://bbs.vivo.com/in/thread/25854
https://bbs.vivo.com/in/thread/25856
https://bbs.vivo.com/in/thread/25864
https://bbs.viv"
<_EOF_>
* Definition for singly-linked list.
* struct ListNode {
* int val;
* struct ListNode *next;
* };
*/
typedef struct ListNode node;
void insertion(node**head,node*list){
"
<_EOF_>
public static void main(String[] args) {
String[][] listProducts= {
{&quot;ID001&quot;, &quot;Eiger&quot;, &quot;Sendal Gunung&quot;, &quot;150000&quot;},
{&quot;ID002&quot;, &quot;Eiger&quot;, &quot;Sepatu Gunung&quot;, "
<_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_>
* @file main.c
* @author Мосяж А.М., гр. 515б
* @date 26 квітня 2023
* @brief Лабораторна робота № 3, варіант 4
* Робота з масивами Завдання 4
*/
#define _CRT_SECURE_NO_WARNINGS
#include &lt;stdio.h&gt;"
<_EOF_>
public static void main(String[] args) {
String[][] listProducts= {
{&quot;ID001&quot;, &quot;Eiger&quot;, &quot;Sendal Gunung&quot;, &quot;150000&quot;},
{&quot;ID002&quot;, &quot;Eiger&quot;, &quot;Sepatu Gunung&quot;, "
<_EOF_>
tuple_collection = set()
a = (&#39;Repo1&#39;, &#39;&#39;, &#39;Group1&#39;)
b = (&#39;Repo1&#39;, &#39;&#39;, &#39;Group1&#39;)
tuple_collection.add(a)
print(b in tuple_collection)
c = (&#39;Repo1&#39;, Path(&#39;.&#39;), &#39;Group1&#39;)
d ="
<_EOF_>
* @file lab6.4.cpp
*@author Ткаченко Є.С., гр. 515і
*@date 07 травня 2023
*@brief Лабораторна робота № 6, варіант 7
*
* Завдання 4. Рядки. Параметри командного рядка
.
*/
#include &lt;stdio.h&gt;
#incl"
<_EOF_>
* @file lab6.2.cpp
*@author Ткаченко Є.С., гр. 515і
*@date 05 травня 2023
*@brief Лабораторна робота № 6, варіант 7