Problem | dayum |
---|---|
User | nicc |
Submission Time | 2025-06-20 12:54:52 |
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:7:5: error: ‘cin’ was not declared in this scope
7 | cin >> N;
| ^~~
dayum.cpp:15:13: error: ‘cout’ was not declared in this scope
15 | cout << i+1;
| ^~~~