Problem div3
User nicc
Submission Time 2025-06-18 09:21:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

div3.cpp: In function ‘int main()’:
div3.cpp:4:1: error: ‘cin’ was not declared in this scope
4 | cin >> X;
| ^~~
div3.cpp:7:5: error: ‘cout’ was not declared in this scope
7 | cout << "YES";
| ^~~~
div3.cpp:11:5: error: ‘cout’ was not declared in this scope
11 | cout << "NO";
| ^~~~