Problem | ippt |
---|---|
User | Adflhjk |
Submission Time | 2023-12-02 13:13:23 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ippt.cpp:7:11: error: missing terminating " character
7 | cout >> "FAIL;
| ^~~~~~
ippt.cpp:2:20: error: expected ‘;’ before ‘int’
2 | using namespace std
| ^
| ;
3 | int main {
| ~~~
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