Problem addition
User Lypho
Submission Time 2024-12-20 06:49:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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