Problem addition
User Xuefei
Submission Time 2026-06-22 15:38:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp:2:20: error: expected ‘;’ before ‘signed’
2 | using namespace std
| ^
| ;
......
5 | signed main(){
| ~~~~~~