| Problem | minimum |
|---|---|
| User | PyAce |
| Submission Time | 2026-01-09 09:12:39 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
minimum.cpp: In function ‘int main()’:
minimum.cpp:9:14: error: expected ‘;’ before ‘<’ token
9 | for(int i, i<n;i++){
| ^
| ;
minimum.cpp:9:14: error: expected primary-expression before ‘<’ token
minimum.cpp:12:24: error: expected ‘;’ before ‘smallest’
12 | if (smallest == 0) {8
| ^
| ;
13 | smallest = temp;
| ~~~~~~~~