Problem ippt
User Ignatius
Submission Time 2025-02-17 17:26:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ippt.cpp: In function ‘int main()’:
ippt.cpp:8:16: error: lvalue required as left operand of assignment
8 | if (a + b + c =61);
| ^~
ippt.cpp:10:2: error: ‘else’ without a previous ‘if’
10 | else cout<<"PASS";
| ^~~~