Problem ippt
User Migogoh10
Submission Time 2026-03-09 15:47:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ippt.cpp:5:1: error: ‘a’ does not name a type
5 | a + b + c= int score;
| ^
ippt.cpp: In function ‘int main()’:
ippt.cpp:8:27: error: lvalue required as left operand of assignment
8 | if(a = 0 or b = 0 or c = 0){
| ^
ippt.cpp:11:8: error: ‘score’ was not declared in this scope
11 | if ( score >= 0 and score <=60){
| ^~~~~