Problem 3nplus1
User Kieran69
Submission Time 2026-03-06 16:22:01
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:7:5: error: ‘cin’ was not declared in this scope
7 | cin >> n;
| ^~~
3nplus1.cpp:10:9: error: ‘cout’ was not declared in this scope
10 | cout << n << " ";
| ^~~~
3nplus1.cpp:19:5: error: ‘cout’ was not declared in this scope
19 | cout << 1;
| ^~~~