| Problem | minimum |
|---|---|
| User | Haocheng |
| Submission Time | 2024-11-12 14:17:35 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
minimum.cpp: In function ‘long long int findMin(long long int, long long int*)’:
minimum.cpp:13:12: error: expected ‘;’ before ‘}’ token
13 | return cur
| ^
| ;
14 | }
| ~
minimum.cpp: At global scope:
minimum.cpp:15:1: error: expected declaration before ‘}’ token
15 | }
| ^