Problem twoarrays
User Mimikyu
Submission Time 2025-01-26 15:03:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

twoarrays.cpp: In function ‘int main()’:
twoarrays.cpp:20:21: error: ‘a’ was not declared in this scope
20 | mini=min(mini,max(a,b));
| ^
twoarrays.cpp:20:23: error: ‘b’ was not declared in this scope
20 | mini=min(mini,max(a,b));
| ^