0_0_19409377_25663.cpp: In function 'void search_up(int)':
0_0_19409377_25663.cpp:21:58: error: 'min' was not declared in this scope
tree[t].min_dis=min(tree[nl].min_dis,tree[nr].min_dis);
^
0_0_19409377_25663.cpp: In function 'int nextInt()':
0_0_19409377_25663.cpp:125:24: error: 'getchar' was not declared in this scope
while (c = getchar(), c < '0' || c > '9');
^
0_0_19409377_25663.cpp:127:24: error: 'getchar' was not declared in this scope
while (c = getchar(), c >= '0' && c <= '9') r = r * 10 + c - '0';
^
0_0_19409377_25663.cpp: In function 'int main()':
0_0_19409377_25663.cpp:134:35: error: 'scanf' was not declared in this scope
while(scanf("%d%d%d",&n,&de,&P)!=EOF)
^
0_0_19409377_25663.cpp:134:38: error: 'EOF' was not declared in this scope
while(scanf("%d%d%d",&n,&de,&P)!=EOF)
^
0_0_19409377_25663.cpp:145:28: error: 'printf' was not declared in this scope
printf("%d ",ans[i]);
^
0_0_19409377_25663.cpp:146:29: error: 'printf' was not declared in this scope
printf("%d\n",ans[n]);
^
|