Problem | addition |
---|---|
User | dino |
Submission Time | 2024-11-10 22:29:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp:4:17: error: expected initializer before ‘}’ token
4 | int32_t main () }
| ^
addition.cpp:4:17: error: expected declaration before ‘}’ token
addition.cpp:5:1: error: specializing member ‘std::basic_ios<char>::sync_with_stdio’ requires ‘template<>’ syntax
5 | ios::sync_with_stdio(0);
| ^~~
addition.cpp:6:1: error: ‘cin’ does not name a type
6 | cin.tie(0);
| ^~~
addition.cpp:3:13: error: expected ‘,’ or ‘;’ before ‘long’
3 | #define int long long
| ^~~~
addition.cpp:8:2: note: in expansion of macro ‘int’
8 | int b=8
| ^~~
addition.cpp:10:1: error: expected unqualified-id before ‘return’
10 | return 0;
| ^~~~~~
addition.cpp:11:1: error: expected declaration before ‘}’ token
11 | }
| ^