Problem | eeducation |
---|---|
User | aa24codebreaker |
Submission Time | 2023-11-15 09:26:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
eeducation.cpp:11:16: error: stray ‘\342’ in program
11 | for (int i=0; i‹N; i++)
| ^
eeducation.cpp:11:17: error: stray ‘\200’ in program
11 | for (int i=0; i‹N; i++)
| ^
eeducation.cpp:11:18: error: stray ‘\271’ in program
11 | for (int i=0; i‹N; i++)
| ^
eeducation.cpp:21:1: error: stray ‘\303’ in program
21 | ×=1;
| ^
eeducation.cpp:21:2: error: stray ‘\227’ in program
21 | ×=1;
| ^
eeducation.cpp: In function ‘int32_t main()’:
eeducation.cpp:11:16: error: expected ‘;’ before ‘N’
11 | for (int i=0; i‹N; i++)
| ^ ~
| ;
eeducation.cpp:11:20: error: expected ‘)’ before ‘;’ token
11 | for (int i=0; i‹N; i++)
| ~ ^
| )
eeducation.cpp:11:22: error: ‘i’ was not declared in this scope
11 | for (int i=0; i‹N; i++)
|