Problem | carpark |
---|---|
User | lleytonng |
Submission Time | 2024-06-25 11:54:31 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
carpark.cpp: In function ‘int main()’:
carpark.cpp:47:20: error: expected ‘;’ before ‘sort’
47 | counts.push_back(0)
| ^
| ;
48 | sort(counts.begin(),counts.end());
| ~~~~