Problem | dayum |
---|---|
User | Astar |
Submission Time | 2025-06-20 12:53:19 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
dayum.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
dayum.cpp: In function ‘int main()’:
dayum.cpp:5:2: error: ‘cin’ was not declared in this scope
5 | cin >> n;
| ^~~
dayum.cpp:8:4: error: ‘cout’ was not declared in this scope
8 | cout << 1;
| ^~~~
dayum.cpp:10:4: error: ‘cout’ was not declared in this scope
10 | cout << 2;
| ^~~~
dayum.cpp:12:4: error: ‘cout’ was not declared in this scope
12 | cout << 3;
| ^~~~
dayum.cpp:14:4: error: ‘cout’ was not declared in this scope
14 | cout << 4;
| ^~~~
dayum.cpp:16:4: error: ‘cout’ was not declared in this scope
16 | cout << 5;
| ^~~~
dayum.cpp:18:4: error: ‘cout’ was not declared in this scope
18 | cout << "EKET";
| ^~~~