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