Problem | boxispull |
---|---|
User | Ush |
Submission Time | 2024-01-29 15:59:05 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
boxispull.cpp: In function ‘int32_t main()’:
boxispull.cpp:9:3: error: expected ‘,’ or ‘;’ before ‘for’
9 | for (int i = 0; i < t; i++) {
| ^~~
boxispull.cpp:9:19: error: ‘i’ was not declared in this scope
9 | for (int i = 0; i < t; i++) {
| ^
boxispull.cpp:14:15: error: expected ‘;’ before ‘}’ token
14 | cout << totaly
| ^
| ;
15 |
16 | }
| ~