Problem sumint
User Sheb
Submission Time 2026-01-29 14:39:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp:1:6: error: expected constructor, destructor, or type conversion before ‘(’ token
1 | print(sum(map(int,input().split())))
| ^