Problem carpark
User supercel980
Submission Time 2024-08-13 21:11:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

carpark.cpp: In function ‘int main()’:
carpark.cpp:39:39: error: ‘i’ was not declared in this scope
39 | counter += consecutive_0s[i];// finds the longest consecutive number of 0s
| ^