Problem urarareader
User Jiajing
Submission Time 2026-06-23 10:36:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

urarareader.cpp: In function ‘int main()’:
urarareader.cpp:8:14: error: expected ‘;’ before ‘==’ token
8 | for(int i==0; i < N; i++){
| ^~
| ;
urarareader.cpp:8:14: error: expected primary-expression before ‘==’ token
8 | for(int i==0; i < N; i++){
| ^~
urarareader.cpp:8:24: error: expected ‘)’ before ‘;’ token
8 | for(int i==0; i < N; i++){
| ~ ^
| )
urarareader.cpp:8:26: error: ‘i’ was not declared in this scope
8 | for(int i==0; i < N; i++){
| ^