| Problem | addition |
|---|---|
| User | jerrielchangjiebin |
| Submission Time | 2024-12-02 12:51:47 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp:6:20: error: expected ‘;’ before ‘int’
6 | using namespace std
| ^
| ;
7 |
8 | int main() {
| ~~~
addition.cpp: In function ‘int main()’:
addition.cpp:13:2: error: expected ‘,’ or ‘;’ before ‘cout’
13 | cout << sum << endl ;
| ^~~~