Problem addition
User VNHbest
Submission Time 2024-05-09 19:33:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp:3:20: error: expected β€˜;’ before β€˜int’
3 | using namespace std
| ^
| ;
4 | int main () {
| ~~~