Problem dayum
User Ros
Submission Time 2025-06-20 14:16:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

dayum.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
dayum.cpp: In function ‘int main()’:
dayum.cpp:11:5: error: ‘cin’ was not declared in this scope
11 | cin >> N;
| ^~~
dayum.cpp:13:9: error: ‘cout’ was not declared in this scope
13 | cout << 1;
| ^~~~
dayum.cpp:15:9: error: ‘cout’ was not declared in this scope
15 | cout << 2;
| ^~~~
dayum.cpp:17:9: error: ‘cout’ was not declared in this scope
17 | cout << 3;
| ^~~~
dayum.cpp:19:9: error: ‘cout’ was not declared in this scope
19 | cout << 4;
| ^~~~
dayum.cpp:21:9: error: ‘cout’ was not declared in this scope
21 | cout << 5;
| ^~~~
dayum.cpp:23:5: error: ‘cout’ was not declared in this scope
23 | cout << "Eket";
|