Problem | bananasmoothie |
---|---|
User | xe |
Submission Time | 2024-11-14 11:36:53 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
bananasmoothie.cpp: In function ‘int main()’:
bananasmoothie.cpp:9:19: error: ‘Q’ was not declared in this scope
9 | cin >> arr[Q];
| ^
bananasmoothie.cpp:14:32: error: ‘k’ was not declared in this scope
14 | for(int i = K-1;i < N;i += k){
| ^
bananasmoothie.cpp:15:21: error: ‘Q’ was not declared in this scope
15 | (K >= arr [Q]) {
| ^