Problem 3nplus1
User CX
Submission Time 2024-06-26 16:42:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp:10:13: error: empty character constant
10 | court<<n<<'';
| ^~
3nplus1.cpp:2:16: error: expected identifier before ‘;’ token
2 | using namespace;
| ^
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:7:2: error: ‘cin’ was not declared in this scope; did you mean ‘std::cin’?
7 | cin>>n;
| ^~~
| std::cin
In file included from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:75,
from 3nplus1.cpp:1:
/usr/include/c++/9/iostream:60:18: note: ‘std::cin’ declared here
60 | extern istream cin; /// Linked to standard input
| ^~~
3nplus1.cpp:10:3: error: ‘court’ was not declared in this scope
10 | court<<n<<'';
| ^~~~~
3nplus1.cpp:16:2: error: ‘cout’ was not declared in this scope; did you mean ‘std::cout’?
16 | cout<<1:
| ^~~~
| std::cout