Problem minimum
User PyAce
Submission Time 2026-01-09 09:14:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

minimum.cpp: In function ‘int main()’:
minimum.cpp:12:24: error: expected ‘;’ before ‘smallest’
12 | if (smallest == 0) {8
| ^
| ;
13 | smallest = temp;
| ~~~~~~~~