| Problem | addition |
|---|---|
| User | enterusername |
| Submission Time | 2026-08-20 08:47:16 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp:1:6: error: expected constructor, destructor, or type conversion before ‘(’ token
1 | print(sum([int(i) for i in input().split()])
| ^