Problem addition
User ezven55
Submission Time 2025-07-28 12:31:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp:3:2: error: invalid preprocessing directive #int
3 | #int define long long
| ^~~
addition.cpp:2:20: error: expected ‘;’ before ‘signed’
2 | using namespace std
| ^
| ;
......
5 | signed main() {
| ~~~~~~