Problem | dayum |
---|---|
User | Ros |
Submission Time | 2025-06-20 16:14:05 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
dayum.cpp:1:1: error: stray ‘##’ in program
1 | ##include <bits/stdc++.h>
| ^~
dayum.cpp:1:3: 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;
| ^~~~
day