Problem | ihate1111 |
---|---|
User | supercel980 |
Submission Time | 2024-07-29 16:59:22 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ihate1111.cpp: In function ‘int main()’:
ihate1111.cpp:14:20: error: expected ‘;’ before ‘}’ token
14 | cout << "NO\n"
| ^
| ;
15 | }
| ~
ihate1111.cpp:17:21: error: expected ‘;’ before ‘}’ token
17 | cout << "YES\n"
| ^
| ;
18 | }
| ~