Problem | addition |
---|---|
User | Orson |
Submission Time | 2025-02-21 13:47:03 |
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)=tuple(map(int, input().split()))
| ~ ^
| )
addition.cpp:1:6: error: expected constructor, destructor, or type conversion before ‘)’ token
1 | (a, b)=tuple(map(int, input().split()))
| ^