Problem urarareader
User Hihihihihi
Submission Time 2026-06-23 10:31:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

urarareader.cpp:11:6: error: stray ‘\357’ in program
11 | if (y>=K!) {
| ^
urarareader.cpp:11:7: error: stray ‘\274’ in program
11 | if (y>=K!) {
| ^
urarareader.cpp:11:8: error: stray ‘\210’ in program
11 | if (y>=K!) {
| ^
urarareader.cpp: In function ‘int main()’:
urarareader.cpp:9:10: error: expected initializer before ‘!’ token
9 | int y,K!;
| ^
urarareader.cpp:10:11: error: ‘K’ was not declared in this scope
10 | cin>>y>>K!;
| ^
urarareader.cpp:11:9: error: expected ‘(’ before ‘y’
11 | if (y>=K!) {
| ^
| (
urarareader.cpp:14:3: error: ‘else’ without a previous ‘if’
14 | else {cout<<"NO"<<"\n";
| ^~~~