Problem | contestcalc |
---|---|
User | jovan |
Submission Time | 2025-06-11 22:09:13 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
contestcalc.cpp: In function ‘int main()’:
contestcalc.cpp:20:17: error: expected ‘;’ before ‘}’ token
20 | d+=datint[j]
| ^
| ;
21 | }
| ~