Problem minimum
User superG
Submission Time 2025-06-28 17:07:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

minimum.cpp:1:1: error: ‘include’ does not name a type
1 | include <iostream>
| ^~~~~~~
minimum.cpp: In function ‘int main()’:
minimum.cpp:19:5: error: ‘cin’ was not declared in this scope
19 | cin >> N;
| ^~~
minimum.cpp:26:5: error: ‘cout’ was not declared in this scope
26 | cout << findMin(N, A) << endl;
| ^~~~
minimum.cpp:26:30: error: ‘endl’ was not declared in this scope
26 | cout << findMin(N, A) << endl;
| ^~~~