Problem dayum
User parkjimn
Submission Time 2025-06-20 14:33:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

dayum.cpp: In function ‘int main()’:
dayum.cpp:3:5: error: ‘cin’ was not declared in this scope
3 | cin >> N;
| ^~~
dayum.cpp:6:9: error: ‘cout’ was not declared in this scope
6 | cout << "1";
| ^~~~
dayum.cpp:9:10: error: ‘cout’ was not declared in this scope
9 | cout << "3";
| ^~~~
dayum.cpp:12:9: error: ‘cout’ was not declared in this scope
12 | cout <<"EKET";
| ^~~~
dayum.cpp:14:5: error: expected ‘}’ at end of input
14 | }
| ^
dayum.cpp:1:12: note: to match this ‘{’
1 | int main() {
| ^