Problem | globalwarming |
---|---|
User | samvar0907 |
Submission Time | 2023-12-31 19:34:37 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
globalwarming.cpp: In function ‘int main()’:
globalwarming.cpp:29:22: error: expected ‘;’ before ‘}’ token
29 | H[i] = int(x)
| ^
| ;
30 | }
| ~