| Problem | minimum |
|---|---|
| User | jiazethesigma |
| Submission Time | 2025-11-18 19:10:31 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
minimum.cpp: In function ‘int main()’:
minimum.cpp:13:37: error: expected ‘;’ before ‘inNum’
13 | num = num * 10 + (c-'0')
| ^
| ;
14 | inNum = true;
| ~~~~~