Problem addition
User tomatofrog0w0
Submission Time 2024-06-24 14:10:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp:5:13: error: cannot declare ‘::main’ to be a global variable
5 | int32_t main(() {
| ^
addition.cpp:5:15: error: expected primary-expression before ‘)’ token
5 | int32_t main(() {
| ^