Problem ippt
User BeOH
Submission Time 2026-02-03 12:50:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ippt.cpp: In function ‘int main()’:
ippt.cpp:5:44: error: break statement not within loop or switch
5 | if ((a==0||b==0)||c==0) cout << "FAIL";break;
| ^~~~~