2020年9月22日
摘要: 读一个2,000,000,000以内的数,一个小菜鸡吭哧吭哧的做法,but我感觉是有问题的,因为后来是针对测试用例一步步修改的~谁知道TC全不全呢! #include<iostream> #include<string.h> using namespace std; string a[10] = { 阅读全文
posted @ 2020-09-22 13:23 Taurus20000519 阅读(222) 评论(0) 推荐(0)
摘要: #include<iostream> #include<string.h> using namespace std; const int N = 100; int main() { int m, n; int i, j, k; int A[N][N] = { 0 }; int r[N][N] = { 阅读全文
posted @ 2020-09-22 09:28 Taurus20000519 阅读(114) 评论(0) 推荐(0)