Problem | addition |
---|---|
User | shannen |
Submission Time | 2024-06-24 22:02:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp:2:20: error: expected ‘;’ before ‘,’ token
2 | using namespace std,
| ^
| ;
addition.cpp:2:20: error: expected unqualified-id before ‘,’ token
addition.cpp:3:1: error: expected unqualified-id before ‘int’
3 | int main(){
| ^~~