| Problem | urarareader |
|---|---|
| User | Elias |
| Submission Time | 2026-06-23 10:14:39 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
urarareader.cpp: In function ‘int main()’:
urarareader.cpp:8:21: error: ‘n’ was not declared in this scope
8 | for (int i = 1;i<= n;i++){
| ^
urarareader.cpp:10:3: error: ‘else’ without a previous ‘if’
10 | }else{ cout<<"NO"
| ^~~~
urarareader.cpp:10:19: error: expected ‘;’ before ‘}’ token
10 | }else{ cout<<"NO"
| ^
| ;
11 | }
| ~