Problem | carpark |
---|---|
User | 2Princes1Lance |
Submission Time | 2024-02-25 13:54:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
carpark.cpp: In function ‘int main()’:
carpark.cpp:98:21: error: expected ‘)’ before ‘{’ token
98 | if (S >= size(q){
| ~ ^
| )
carpark.cpp:102:21: error: ‘i’ was not declared in this scope
102 | for (int i = 0; i < S; ++i){
| ^