| Problem | 3nplus1 |
|---|---|
| User | phoenix348 |
| Submission Time | 2025-01-08 16:34:32 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:12:9: error: expected ‘;’ before ‘}’ token
12 | a=temp
| ^
| ;
13 | }else{
| ~
3nplus1.cpp:15:9: error: expected ‘;’ before ‘}’ token
15 | a=temp
| ^
| ;
16 | }cout<<a;
| ~