| Problem | urarareader |
|---|---|
| User | YunQingOng |
| Submission Time | 2026-06-23 09:36:20 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
urarareader.cpp: In function ‘int main()’:
urarareader.cpp:6:17: error: expected ‘;’ before ‘long’
6 | cin >> N >>K
| ^
| ;
7 | long long Y;
| ~~~~
urarareader.cpp:9:16: error: ‘Y’ was not declared in this scope
9 | cin >> Y;
| ^
urarareader.cpp:11:26: error: expected ‘;’ before ‘}’ token
11 | cout << "YES"
| ^
| ;
12 | }else{
| ~
urarareader.cpp:13:25: error: expected ‘;’ before ‘}’ token
13 | cout << "NO"
| ^
| ;
14 | }
| ~
urarareader.cpp:15:21: error: expected ‘;’ before ‘}’ token
15 | cout << "\n"
|