Problem 3nplus1
User coderccodes
Submission Time 2023-07-13 15:55:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp:3:20: error: expected ‘;’ before ‘int’
3 | using namespace std
| ^
| ;
4 |
5 | int main(){
| ~~~
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:8:8: error: expected ‘(’ before ‘true’
8 | while true{
| ^~~~
| (
3nplus1.cpp:8:12: error: expected ‘)’ before ‘{’ token
8 | while true{
| ~~~~^
| )
3nplus1.cpp:9:6: error: expected ‘(’ before ‘n’
9 | if n != 1{
| ^
| (
3nplus1.cpp:15:5: error: ‘else’ without a previous ‘if’
15 | } else{
| ^~~~