| Problem | minimum |
|---|---|
| User | BeOH |
| Submission Time | 2026-03-31 16:18:19 |
| 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:2: error: expected ‘,’ or ‘;’ before ‘for’
3 | for (int x=0;x<N;++x) {
| ^~~
minimum.cpp:3:15: error: ‘x’ was not declared in this scope
3 | for (int x=0;x<N;++x) {
| ^