| Problem | urarareader |
|---|---|
| User | Elias |
| Submission Time | 2026-06-23 10:17:26 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
urarareader.cpp: In function ‘int main()’:
urarareader.cpp:9:7: error: ‘i’ was not declared in this scope
9 | if (i%Y == K) cout<<"YES";
| ^
urarareader.cpp:10:17: error: expected ‘;’ before ‘}’ token
10 | else cout<<"NO"
| ^
| ;
11 | }
| ~