| Problem | 3nplus1 |
|---|---|
| User | LOL7651 |
| Submission Time | 2024-03-16 18:05:53 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int calculation(int)’:
3nplus1.cpp:8:11: error: expected ‘;’ before ‘{’ token
8 | (x>1){
| ^
| ;
3nplus1.cpp:18:14: error: ‘else’ without a previous ‘if’
18 | }; } else {
| ^~~~