| Problem | addition3 |
|---|---|
| User | ilovepythonandhatecplusplus |
| Submission Time | 2025-03-11 20:42:03 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition3.cpp:1:6: error: expected constructor, destructor, or type conversion before ‘(’ token
1 | print(eval(input().replace(' ', '+')))
| ^