Problem ippt
User j48495734
Submission Time 2026-04-03 13:01:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ippt.cpp: In function ‘int main()’:
ippt.cpp:5:6: error: ‘a’ was not declared in this scope
5 | if (a == 0 || b == 0 || c == 0) {
| ^
ippt.cpp:5:16: error: ‘b’ was not declared in this scope
5 | if (a == 0 || b == 0 || c == 0) {
| ^
ippt.cpp:5:26: error: ‘c’ was not declared in this scope
5 | if (a == 0 || b == 0 || c == 0) {
| ^