| Problem | ippt |
|---|---|
| User | ilovepythonandhatecplusplus |
| Submission Time | 2024-02-28 17:25:19 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ippt.cpp: In function ‘int main()’:
ippt.cpp:7:11: error: expected primary-expression before ‘==’ token
7 | if (a*b*c)==0{
| ^~
ippt.cpp:22:1: error: expected ‘}’ at end of input
22 | }
| ^
ippt.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^