Problem | assistance |
---|---|
User | LXYSGP |
Submission Time | 2025-09-17 15:05:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
assistance.cpp: In function ‘int main()’:
assistance.cpp:13:22: error: expected ‘;’ before ‘cout’
13 | cnt += (100-mini)
| ^
| ;
14 | cout<<cnt;
| ~~~~