Problem | ihate1111 |
---|---|
User | ybc |
Submission Time | 2023-11-10 14:59:23 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ihate1111.cpp: In function ‘int main()’:
ihate1111.cpp:7:2: error: expected ‘,’ or ‘;’ before ‘for’
7 | for (int i = 0; i<t; i+=1){
| ^~~
ihate1111.cpp:7:18: error: ‘i’ was not declared in this scope
7 | for (int i = 0; i<t; i+=1){
| ^
ihate1111.cpp: At global scope:
ihate1111.cpp:23:1: error: expected declaration before ‘}’ token
23 | }
| ^