Problem | 3nplus1 |
---|---|
User | Kjj511 |
Submission Time | 2023-05-12 11:43:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:6:2: error: ‘cout’ was not declared in this scope
6 | cout << n;
| ^~~~