Problem ippt
User suzienguyen
Submission Time 2026-03-28 21:57:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ippt.cpp: In function ‘int32_t main()’:
ippt.cpp:15:13: error: ‘total’ was not declared in this scope
15 | if (total >= 85) {
| ^~~~~
ippt.cpp: At global scope:
ippt.cpp:26:5: error: expected unqualified-id before ‘return’
26 | return 0;
| ^~~~~~
ippt.cpp:27:1: error: expected declaration before ‘}’ token
27 | }
| ^