| Problem | urarareader |
|---|---|
| User | mengqi6767 |
| Submission Time | 2026-06-23 10:37:57 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
urarareader.cpp: In function ‘int main()’:
urarareader.cpp:8:16: error: expected ‘;’ before ‘<’ token
8 | for (int i=0,i<N;i++){
| ^
| ;
urarareader.cpp:8:16: error: expected primary-expression before ‘<’ token
urarareader.cpp:12:5: error: ‘Y’ was not declared in this scope
12 | if (Y>=K){
| ^
urarareader.cpp:13:13: error: expected ‘;’ before ‘}’ token
13 | cout<<"YES"
| ^
| ;
14 | }
| ~
urarareader.cpp:16:12: error: expected ‘;’ before ‘}’ token
16 | cout<<"NO"
| ^
| ;
17 | }
| ~