Problem addition
User abyts
Submission Time 2025-11-12 10:01:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp:2:20: error: expected ‘;’ before ‘int32_t’
2 | using namespace std
| ^
| ;
3 | #define int long long
4 | int32_t main() {
| ~~~~~~~