Problem dayum
User parkjimn
Submission Time 2025-06-20 14:34:46
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:7:9: error: ‘cout’ was not declared in this scope
7 | cout << "1";
| ^~~~
dayum.cpp:10:10: error: ‘cout’ was not declared in this scope
10 | cout << "3";
| ^~~~
dayum.cpp:13:9: error: ‘cout’ was not declared in this scope
13 | cout <<"EKET";
| ^~~~
dayum.cpp:15:5: error: expected ‘}’ at end of input
15 | }
| ^
dayum.cpp:1:12: note: to match this ‘{’
1 | int main() {
| ^