| Problem | urarareader |
|---|---|
| User | Elias |
| Submission Time | 2026-06-23 09:41:28 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
urarareader.cpp: In function ‘int main()’:
urarareader.cpp:8:12: error: expected ‘;’ before ‘==’ token
8 | for (int i == 1;i<= N;i++){
| ^~~
| ;
urarareader.cpp:8:13: error: expected primary-expression before ‘==’ token
8 | for (int i == 1;i<= N;i++){
| ^~
urarareader.cpp:8:23: error: expected ‘)’ before ‘;’ token
8 | for (int i == 1;i<= N;i++){
| ~ ^
| )
urarareader.cpp:8:24: error: ‘i’ was not declared in this scope
8 | for (int i == 1;i<= N;i++){
| ^
urarareader.cpp:11:2: error: expected ‘}’ at end of input
11 | }
| ^
urarareader.cpp:5:14: note: to match this ‘{’
5 | signed main(){
| ^