Problem | wronganswer |
---|---|
User | xrlightning |
Submission Time | 2025-06-21 22:57:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cc1plus: error: ‘::main’ must return ‘int’
wronganswer.cpp: In function ‘int main()’:
wronganswer.cpp:7:24: error: expected ‘;’ before ‘)’ token
7 | for (int i=0; i<9, i++){
| ^
| ;
wronganswer.cpp:9:13: error: expected ‘;’ before ‘}’ token
9 | cout << i
| ^
| ;
10 | }
| ~