Problem addition
User jerrielchangjiebin
Submission Time 2024-12-02 12:52:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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