Problem ippt
User Adflhjk
Submission Time 2023-12-02 13:14:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ippt.cpp:7:11: error: missing terminating " character
7 | cout >> "FAIL;
| ^~~~~~
ippt.cpp:3:5: error: cannot declare ‘::main’ to be a global variable
3 | int main {
| ^~~~
ippt.cpp:4:9: error: ‘a’ was not declared in this scope
4 | cin << a << b << c;
| ^
ippt.cpp:4:14: error: ‘b’ was not declared in this scope
4 | cin << a << b << c;
| ^
ippt.cpp:4:19: error: ‘c’ was not declared in this scope
4 | cin << a << b << c;
| ^
ippt.cpp:4:20: error: expected ‘}’ before ‘;’ token
4 | cin << a << b << c;
| ^
ippt.cpp:3:10: note: to match this ‘{’
3 | int main {
| ^
ippt.cpp:6:2: error: expected unqualified-id before ‘if’
6 | if (a + b + c <=60) {
| ^~
ippt.cpp:9:2: error: expe