Problem lppfnlcst
User gelastropod
Submission Time 2025-08-06 22:05:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lppfnlcst.cpp: In function ‘int main()’:
lppfnlcst.cpp:57:3: error: ‘minV’ was not declared in this scope
57 | minV = min(minV, a);
| ^~~~
lppfnlcst.cpp:58:3: error: ‘maxV’ was not declared in this scope
58 | maxV = max(maxV, a);
| ^~~~