摘要:
#include<iostream> #include<algorithm> #include<cmath> using namespace std; int cmp(int a,int b){ return abs(a)<abs(b); } int main(){ int i,t,n,data[5 阅读全文
posted @ 2021-11-13 12:24
智人心
阅读(34)
评论(0)
推荐(0)
摘要:
#include<iostream> #include<cstring> using namespace std; int main(){ char a[2][5];//不可以是a[2][4] int n,x,y,i,data[2][11]; scanf("%d",&n); while(n--){ 阅读全文
posted @ 2021-11-13 12:07
智人心
阅读(31)
评论(0)
推荐(0)

浙公网安备 33010602011771号