| Problem | addition |
|---|---|
| User | Beanhead |
| Submission Time | 2023-11-04 20:47:00 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp:1:3: error: expected ‘)’ before ‘,’ token
1 | (a, b) = map(int, input().split(" "))
| ~ ^
| )
addition.cpp:1:6: error: expected constructor, destructor, or type conversion before ‘)’ token
1 | (a, b) = map(int, input().split(" "))
| ^