Problem bananasmoothie
User Elwinthenerd
Submission Time 2024-05-01 11:10:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bananasmoothie.cpp:1:16: error: expected primary-expression before ‘int’
1 | int n, k = map(int, input().split())
| ^~~
bananasmoothie.cpp:1:21: error: ‘input’ was not declared in this scope; did you mean ‘int’?
1 | int n, k = map(int, input().split())
| ^~~~~
| int
bananasmoothie.cpp:1:12: error: ‘map’ was not declared in this scope
1 | int n, k = map(int, input().split())
| ^~~