Problem | veryeasyproblem |
---|---|
User | averagejav |
Submission Time | 2025-06-29 17:56:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
veryeasyproblem.cpp: In function ‘int main()’:
veryeasyproblem.cpp:3:2: error: ‘cin’ was not declared in this scope
3 | cin >> x;
| ^~~
veryeasyproblem.cpp:4:2: error: ‘cout’ was not declared in this scope
4 | cout << x;
| ^~~~