Problem | doll_noi |
---|---|
User | RandomCtfNoob |
Submission Time | 2025-02-10 15:43:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
doll_noi.cpp: In function ‘int main()’:
doll_noi.cpp:12:3: error: expected initializer before ‘cin’
12 | cin >> tete;
| ^~~
doll_noi.cpp:13:18: error: ‘tete’ was not declared in this scope
13 | size.push_back(tete)
| ^~~~
doll_noi.cpp:19:15: error: expected ‘;’ before ‘}’ token
19 | total += 1
| ^
| ;
20 | }
| ~