Problem ippt
User Haocheng
Submission Time 2024-11-07 15:55:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ippt.cpp: In function ‘int main()’:
ippt.cpp:25:19: error: ‘b’ was not declared in this scope
25 | if (a == 0 || b == 0 || c == 0) {
| ^
ippt.cpp:25:29: error: ‘c’ was not declared in this scope
25 | if (a == 0 || b == 0 || c == 0) {
| ^
ippt.cpp:29:30: error: expected ‘}’ at end of input
29 | int total = a + b + c;
| ^
ippt.cpp:27:12: note: to match this ‘{’
27 | } else {
| ^
ippt.cpp:29:30: error: expected ‘}’ at end of input
29 | int total = a + b + c;
| ^
ippt.cpp:5:14: note: to match this ‘{’
5 | signed main(){
| ^