Owl Get a Life
gotoubun.cpp: In function ‘long long int dp(long long int, long long int)’:gotoubun.cpp:17:22: error: expected ‘;’ before ‘dp’ 17 | res = res dp(j, sz-1); | ^~~ | ;