Problem | addition3 |
---|---|
User | liuyueyang0510 |
Submission Time | 2024-04-24 17:57:52 |
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(int(input())+int(input()))
| ^