| Problem | urarareader |
|---|---|
| User | Devthethala |
| Submission Time | 2026-06-23 10:17:20 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
urarareader.cpp: In function ‘int main()’:
urarareader.cpp:9:13: error: invalid types ‘int[int]’ for array subscript
9 | if ( n[i] < k ) {
| ^
urarareader.cpp:14:13: error: ‘no’ was not declared in this scope; did you mean ‘n’?
14 | cout << no;
| ^~
| n
urarareader.cpp:16:1: error: expected ‘}’ at end of input
16 | }
| ^
urarareader.cpp:5:12: note: to match this ‘{’
5 | int main() {
| ^