| Problem | urarareader |
|---|---|
| User | aribah |
| Submission Time | 2026-06-23 11:17:20 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
urarareader.cpp: In function ‘int main()’:
urarareader.cpp:6:7: error: expected initializer before ‘<=’ token
6 | int N <= 10^5;
| ^~
urarareader.cpp:7:11: error: ‘N’ was not declared in this scope
7 | if(1<=i<=N) {
| ^