Problem 3nplus1
User Setip2109
Submission Time 2026-05-19 20:53:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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: ‘cin’ was not declared in this scope
6 | cin >> n;
| ^~~
3nplus1.cpp:7:2: error: ‘cout’ was not declared in this scope
7 | cout << n << " ";
| ^~~~