Problem subperm
User justin271828
Submission Time 2026-05-18 21:41:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

subperm.cpp: In function ‘long long int count_subperm(int32_t, std::vector<int>)’:
subperm.cpp:89:1: error: expected ‘}’ at end of input
89 | }
| ^
subperm.cpp:32:60: note: to match this ‘{’
32 | long long count_subperm(int32_t N, std::vector<int32_t> A) {
| ^