| Problem | ippt |
|---|---|
| User | sncy |
| Submission Time | 2026-04-20 18:02:45 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ippt.cpp:4:8: error: cannot declare ‘::main’ to be a global variable
4 | signed main {
| ^~~~
ippt.cpp:5:2: error: expected primary-expression before ‘int’
5 | int a, b, c;
| ^~~
ippt.cpp:5:2: error: expected ‘}’ before ‘int’
ippt.cpp:4:13: note: to match this ‘{’
4 | signed main {
| ^
ippt.cpp:6:2: error: ‘cin’ does not name a type; did you mean ‘sin’?
6 | cin >> a >> b >> c;
| ^~~
| sin
ippt.cpp:7:2: error: expected unqualified-id before ‘if’
7 | if (a == 0 or b == 0 or c == 0) {
| ^~
ippt.cpp:9:4: error: expected unqualified-id before ‘else’
9 | } else {
| ^~~~