Problem | ippt |
---|---|
User | Ignatius |
Submission Time | 2025-02-17 17:20:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ippt.cpp: In function ‘int main()’:
ippt.cpp:9:13: error: expected primary-expression before ‘if’
9 | {cout << ( if <a + b + c> <=61 );
| ^~
ippt.cpp:9:12: error: expected ‘)’ before ‘if’
9 | {cout << ( if <a + b + c> <=61 );
| ~^~~
| )
ippt.cpp:12:3: error: ‘Cout’ was not declared in this scope
12 | {Cout << (else):
| ^~~~
ippt.cpp:12:12: error: expected primary-expression before ‘else’
12 | {Cout << (else):
| ^~~~
ippt.cpp:12:12: error: expected ‘)’ before ‘else’
12 | {Cout << (else):
| ~^~~~
| )