Problem addition
User Beanhead
Submission Time 2023-11-04 20:48:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp:1:1: error: ‘a’ does not name a type
1 | a,b = list(map(int, input().split()))
| ^