0_0_18234543_32389.cpp: In function 'void Search(int)':
0_0_18234543_32389.cpp:24:30: error: 'GetRank' was not declared in this scope
res += GetRank(K / v[now]);
^
0_0_18234543_32389.cpp:25:18: error: 'Insert' was not declared in this scope
Insert(v[now]);
^
0_0_18234543_32389.cpp:30:18: error: 'Delete' was not declared in this scope
Delete(v[now]);
^
0_0_18234543_32389.cpp: In function 'int main()':
0_0_18234543_32389.cpp:35:26: error: 'scanf' was not declared in this scope
while(~scanf("%d", &T))
^
0_0_18234543_32389.cpp:62:13: error: 'cnt' was not declared in this scope
cnt = 1, rt = 0;
^
0_0_18234543_32389.cpp:62:22: error: 'rt' was not declared in this scope
cnt = 1, rt = 0;
^
0_0_18234543_32389.cpp:65:33: error: 'printf' was not declared in this scope
printf("%lld\n", res);
^
|