Problem | div3 |
---|---|
User | xrlightning |
Submission Time | 2025-06-18 20:03:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
div3.cpp: In function ‘int main()’:
div3.cpp:8:18: error: expected ‘;’ before ‘}’ token
8 | cout << "NO \n"
| ^
| ;
9 | }else cout<< "YES \n"
| ~
div3.cpp:9:24: error: expected ‘;’ before ‘}’ token
9 | }else cout<< "YES \n"
| ^
| ;
10 | }
| ~