Problem dayum
User waffles
Submission Time 2025-06-20 12:38:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

dayum.cpp: In function ‘int main()’:
dayum.cpp:4:5: error: ‘cin’ was not declared in this scope
4 | cin >> N;
| ^~~
dayum.cpp:6:9: error: ‘cout’ was not declared in this scope
6 | cout << 1;
| ^~~~
dayum.cpp:9:9: error: ‘cout’ was not declared in this scope
9 | cout << 2;
| ^~~~
dayum.cpp:12:9: error: ‘cout’ was not declared in this scope
12 | cout<<3;
| ^~~~
dayum.cpp:15:9: error: ‘cout’ was not declared in this scope
15 | cout<<4;
| ^~~~
dayum.cpp:18:9: error: ‘cout’ was not declared in this scope
18 | cout<<5;
| ^~~~
dayum.cpp:21:9: error: ‘cout’ was not declared in this scope
21 | cout<<"EKET";
| ^~~~