Problem addone
User Josh28acc2
Submission Time 2023-11-24 20:58:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addone.cpp: In function ‘ll recur(ll, ll)’:
addone.cpp:118:16: error: expected ‘;’ before ‘dp’
118 | ans = mod(ans)
| ^
| ;
119 | dp[turnno][pn] = ans;
| ~~
addone.cpp: In function ‘int main()’:
addone.cpp:147:12: error: ‘tc’ was not declared in this scope; did you mean ‘tm’?
147 | cin >> tc;
| ^~
| tm