| Problem | minimum |
|---|---|
| User | newplayer |
| Submission Time | 2024-02-07 18:26:31 |
| 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:7: error: ‘cout’ was not declared in this scope
10 | std:cout<<lowest;
| ^~~~