0_0_34028620_30194.cpp: In function 'void get(int)':
0_0_34028620_30194.cpp:85:10: error: 'i' was not declared in this scope
_rep(i,0,max_dep) allcount[i] = 0;
^
0_0_34028620_30194.cpp:85:21: error: '_rep' was not declared in this scope
_rep(i,0,max_dep) allcount[i] = 0;
^
0_0_34028620_30194.cpp: In function 'int main()':
0_0_34028620_30194.cpp:102:14: error: 'i' was not declared in this scope
_rep(i, 1, n) {
^
0_0_34028620_30194.cpp:102:21: error: '_rep' was not declared in this scope
_rep(i, 1, n) {
^
|