Problem | contestcalc |
---|---|
User | shawn |
Submission Time | 2024-04-27 11:38:10 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
contestcalc.cpp: In function ‘int main()’:
contestcalc.cpp:12:15: error: expected ‘;’ before ‘i’
12 | for (ll i = 0 i<n; i++){
| ^~
| ;