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
相关文章
相关标签/搜索