Problem | dayum |
---|---|
User | avinash |
Submission Time | 2025-06-20 13:03:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
dayum.cpp: In function ‘int main()’:
dayum.cpp:6:2: error: expected initializer before ‘cin’
6 | cin >> N;
| ^~~
dayum.cpp:8:6: error: ‘N’ was not declared in this scope
8 | if (N >= 16 && N <= 20) {
| ^
dayum.cpp:11:26: error: expected ‘;’ before ‘return’
11 | cout << "EKET" << "\n"
| ^
| ;
12 | return 0;
| ~~~~~~
dayum.cpp:13:1: error: expected ‘}’ at end of input
13 | }
| ^
dayum.cpp:4:13: note: to match this ‘{’
4 | int main () {
| ^