Problem | div3 |
---|---|
User | L3Z8V77N0T5 |
Submission Time | 2025-06-18 09:23:32 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
div3.cpp: In function ‘int main()’:
div3.cpp:3:5: error: ‘cin’ was not declared in this scope
3 | cin>>X;
| ^~~
div3.cpp:5:5: error: ‘cout’ was not declared in this scope
5 | cout<<"YES";
| ^~~~