Problem | ippt |
---|---|
User | christal |
Submission Time | 2023-12-04 17:05:07 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ippt.cpp: In function ‘int main()’:
ippt.cpp:9:17: error: expected ‘;’ before ‘}’ token
9 | cout << "FAIL"
| ^
| ;
10 | }else if(
| ~
ippt.cpp:10:11: error: expected primary-expression at end of input
10 | }else if(
| ^
ippt.cpp:10:12: error: expected ‘)’ at end of input
10 | }else if(
| ~^
| )
ippt.cpp:10:11: error: expected statement at end of input
10 | }else if(
| ^
ippt.cpp:10:11: error: expected ‘}’ at end of input
ippt.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^