計數排序

#include<stdio.h> #include<string.h> int nTestCase[300001]; int nNumbers[32001]; int main() { freopen("sample_input.txt","r",stdin); int i, j, test, currrank, n, max; scanf("%d", &test); while (t
相關文章
相關標籤/搜索