2020年5月10日
摘要: #include <stdio.h> void main() { int t,n,m; scanf("%d",&t); while(t--) { scanf("%d%d",&n,&m); int i,s; int a[10000][2]={0}; for(i=0;i<n;i++) { scanf(" 阅读全文
posted @ 2020-05-10 19:11 满船清梦压星河1024 阅读(359) 评论(0) 推荐(0)