| Problem | catlunch |
|---|---|
| User | darius0 |
| Submission Time | 2024-12-18 15:48:35 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
catlunch.cpp: In function ‘int main()’:
catlunch.cpp:12:12: error: expected unqualified-id before ‘.’ token
12 | for(int. = 0; i < k; i++)pq.push(a[i]);
| ^
catlunch.cpp:12:12: error: expected ‘;’ before ‘.’ token
catlunch.cpp:12:12: error: expected primary-expression before ‘.’ token
catlunch.cpp:12:14: error: expected unqualified-id before ‘=’ token
12 | for(int. = 0; i < k; i++)pq.push(a[i]);
| ^
catlunch.cpp:12:19: error: ‘i’ was not declared in this scope
12 | for(int. = 0; i < k; i++)pq.push(a[i]);
| ^
catlunch.cpp:12:24: error: expected ‘)’ before ‘;’ token
12 | for(int. = 0; i < k; i++)pq.push(a[i]);
| ~ ^
| )
catlunch.cpp:12:26: error: ‘i’ was not declared in this scope
12 | for(int. = 0; i < k; i++)pq.push(a[i]);
| ^