| Problem | minimum |
|---|---|
| User | PyAce |
| Submission Time | 2026-01-09 09:14:05 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
minimum.cpp: In function ‘int main()’:
minimum.cpp:9:20: error: expected ‘)’ before ‘;’ token
9 | for(int i; i<n;i++;){
| ~ ^
| )
minimum.cpp:9:21: error: expected primary-expression before ‘)’ token
9 | for(int i; i<n;i++;){
| ^