Problem summoning
User brian
Submission Time 2026-06-26 16:38:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

summoning.cpp: In function ‘int main()’:
summoning.cpp:19:32: error: no match for call to ‘(std::vector<long long int>) (long long int&)’
19 | if (N <= 1 && D <= 1 && P(N) == 1){
| ^
summoning.cpp:21:37: error: no match for call to ‘(std::vector<long long int>) (long long int&)’
21 | }else if(N == 0 && D == 0 && P(N) == 1){
| ^