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