Problem | veryeasyproblem |
---|---|
User | jelligummie |
Submission Time | 2024-06-20 13:30:27 |
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>> N;
| ^~~
veryeasyproblem.cpp:4:2: error: ‘cout’ was not declared in this scope
4 | cout<< N;
| ^~~~