Problem | addition |
---|---|
User | Beanhead |
Submission Time | 2023-11-04 20:46:28 |
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) = int(input().split(" "))
| ~ ^
| )
addition.cpp:1:6: error: expected constructor, destructor, or type conversion before ‘)’ token
1 | (a, b) = int(input().split(" "))
| ^