Owl Get a Life
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; | ^~~~~