Problem | minimum |
---|---|
User | jian |
Submission Time | 2023-09-09 19:03:11 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
minimum.cpp: In function ‘int findMin(int, int*)’:
minimum.cpp:3:15: error: ‘begin’ was not declared in this scope
3 | for (int a : A) {
| ^
minimum.cpp:3:15: error: ‘end’ was not declared in this scope
minimum.cpp:4:7: error: ‘min’ was not declared in this scope
4 | m = min(m, a);
| ^~~