Problem | minimum |
---|---|
User | newplayer |
Submission Time | 2024-02-07 18:26:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
minimum.cpp: In function ‘int findMin(int, int*)’:
minimum.cpp:6:16: error: ‘begin’ was not declared in this scope
6 | for (int i:A) {
| ^
minimum.cpp:6:16: error: ‘end’ was not declared in this scope
minimum.cpp:10:3: error: ‘cout’ was not declared in this scope
10 | cout<<lowest;
| ^~~~