0_0_36718922_28184.cpp: In function 'void get(int)':
0_0_36718922_28184.cpp:99:6: error: 'i' was not declared in this scope
_rep(i,0,max_dep) allcountfuck[i] = 0;
^
0_0_36718922_28184.cpp:99:17: error: '_rep' was not declared in this scope
_rep(i,0,max_dep) allcountfuck[i] = 0;
^
0_0_36718922_28184.cpp: In function 'int main()':
0_0_36718922_28184.cpp:116:6: error: 'i' was not declared in this scope
_rep(i, 1, n) {
^
0_0_36718922_28184.cpp:116:13: error: '_rep' was not declared in this scope
_rep(i, 1, n) {
^
|