| Problem | urarareader |
|---|---|
| User | jaydenlol |
| Submission Time | 2026-06-23 09:45:03 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
urarareader.cpp: In function ‘int main()’:
urarareader.cpp:8:10: error: ‘i’ was not declared in this scope
8 | for (i = 0; i < n; i++) {
| ^
urarareader.cpp:10:8: error: expected ‘;’ before string constant
10 | cout "Yes"
| ^~~~~~
| ;
urarareader.cpp:13:8: error: expected ‘;’ before string constant
13 | cout "No"
| ^~~~~
| ;
urarareader.cpp:17:1: error: expected ‘}’ at end of input
17 | }
| ^
urarareader.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^