Problem | bobek |
---|---|
User | wongyikai |
Submission Time | 2024-12-04 16:39:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
bobek.cpp: In function ‘int main()’:
bobek.cpp:11:10: error: expected unqualified-id before ‘=’ token
11 | for (int=0;i>n;i++){
| ^
bobek.cpp:11:10: error: expected ‘;’ before ‘=’ token
11 | for (int=0;i>n;i++){
| ^
| ;
bobek.cpp:11:10: error: expected primary-expression before ‘=’ token
bobek.cpp:11:13: error: ‘i’ was not declared in this scope
11 | for (int=0;i>n;i++){
| ^
bobek.cpp:11:16: error: expected ‘)’ before ‘;’ token
11 | for (int=0;i>n;i++){
| ~ ^
| )
bobek.cpp:11:17: error: ‘i’ was not declared in this scope
11 | for (int=0;i>n;i++){
| ^