| Problem | urarareader |
|---|---|
| User | Hihihihihi |
| Submission Time | 2026-06-23 10:35:01 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
urarareader.cpp:9:6: error: stray ‘\357’ in program
9 | if (y>=K!) {
| ^
urarareader.cpp:9:7: error: stray ‘\274’ in program
9 | if (y>=K!) {
| ^
urarareader.cpp:9:8: error: stray ‘\210’ in program
9 | if (y>=K!) {
| ^
urarareader.cpp: In function ‘int main()’:
urarareader.cpp:6:13: error: expected initializer before ‘!’ token
6 | int i,N,y,K!;
| ^
urarareader.cpp:7:15: error: ‘K’ was not declared in this scope
7 | cin>>i>>N>>y,K!;
| ^
urarareader.cpp:9:9: error: expected ‘(’ before ‘y’
9 | if (y>=K!) {
| ^
| (
urarareader.cpp:12:3: error: ‘else’ without a previous ‘if’
12 | else {cout<<"NO"<<"\n";
| ^~~~