Problem 3nplus1
User jasmine
Submission Time 2023-11-08 10:38:19
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:5:2: error: ‘cin’ was not declared in this scope
5 | cin >> initial;
| ^~~
3nplus1.cpp:7:3: error: ‘cout’ was not declared in this scope
7 | cout << initial;
| ^~~~
3nplus1.cpp:15:2: error: expected ‘}’ at end of input
15 | }
| ^
3nplus1.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^