摘要: //知识难点:字符串输入、坐标确认、多组数据处理、初始化函数memset使用、题目阅读 #include<bits/stdc++.h> using namespace std; int t, n, m, k ; int x00, y00, d0;//全局变量不能定义y0 char a[1010][1 阅读全文
posted @ 2024-11-07 22:49 TFLSNOI 阅读(389) 评论(0) 推荐(0)