Problem lis_easy
User n1k1trh
Submission Time 2025-11-08 21:14:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lis_easy.cpp:16:39: error: stray β€˜#’ in program
16 | arr = list(map(int, input().split())) # change into whitespaace
| ^
lis_easy.cpp:1:1: error: β€˜ans’ does not name a type
1 | ans = -1e9
| ^~~