Problem packingducks
User chiefoggy
Submission Time 2024-06-18 11:20:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

packingducks.cpp: In function ‘int main()’:
packingducks.cpp:36:17: error: ‘a’ was not declared in this scope
36 | for (auto &i : a) cin >> i;
| ^
packingducks.cpp:37:60: error: ‘a’ was not declared in this scope
37 | cout << count_permutations_with_sum_not_greater_than_k(a, k) << endl; // Output: 10
| ^