Skip to content

Instantly share code, notes, and snippets.

View motyafl's full-sized avatar

Mira motyafl

View GitHub Profile
@motyafl
motyafl / file.txt
Last active October 26, 2025 10:39
Task 4
Alisa 18 25000
Nimgir 19 48000
Alex 39 230000
Masha 25 200000
@motyafl
motyafl / file.txt
Last active October 26, 2025 10:27
Task 3
2
82
-45
6
78
27
9
2772
3
3828
@motyafl
motyafl / file.txt
Last active October 26, 2025 10:23
Task 2
245
2
3567
228383
@motyafl
motyafl / main.cpp
Last active October 26, 2025 10:12
Task 1
#include <iostream>
#include <stdexcept>
#include <cstring>
class String {
char* str;
static int objCount;
int counter = 0;
public: