| Problem | addition3 |
|---|---|
| User | coinunderscore |
| Submission Time | 2026-04-07 11:00:34 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition3.cpp:1:1: error: expected unqualified-id before ‘[’ token
1 | [a, b] = [int(v) for v in input().split()]
| ^