Problem gotoubun
User PoTheSloth
Submission Time 2022-12-27 17:08:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gotoubun.cpp: In function ‘int32_t main()’:
gotoubun.cpp:10:7: error: ‘i’ was not declared in this scope
10 | for(i=0; i<n; ++i){
| ^
gotoubun.cpp:11:37: error: expected primary-expression before ‘;’ token
11 | for(int j=i; j>-1; --j)dp[0][i]+=;
| ^