11. 排兵佈陣 編程練習

#include "stdio.h" #include "stdlib.h" #include "math.h" long x[100005], y[100005]; long x1[100005]; int comp(const void*a, const void*b) { return *(int *)a - *(int *)b; } int main() { long
相關文章
相關標籤/搜索