acclererator
acclererator
全部文章
题解
归档
标签
去牛客网
登录
/
注册
acclererator的博客
全部文章
/ 题解
(共2篇)
T2
#include <iostream> #include <algorithm> using namespace std; struct country//结构体保存国家属性 { int power;//战力 int num;//坐在第几号位子 }; int n; count...
2021-01-24
0
329
T1
#include <iostream> using namespace std; struct pos//坐标 { int x; int y; }; int map[205][205]; int n; pos a[205]; int juge(int i, int k)/...
2021-01-24
0
384