10 2019 档案

摘要: 阅读全文
posted @ 2019-10-22 19:13 RE-TLE 阅读(196) 评论(0) 推荐(0)
摘要:https://codeforces.com/contest/1236/problem/B 看代码即可,复制过来有些乱 B. Alice and the List of Presents time limit per test 1 second memory limit per test 256 m 阅读全文
posted @ 2019-10-18 19:17 RE-TLE 阅读(313) 评论(0) 推荐(0)
摘要:#include<bits/stdc++.h>using namespace std;char a[15][15]; int main(){ int n,m; while(~scanf("%d%d",&n,&m)){ memset(a,0,sizeof(a)); for(int i=1;i<=n;i 阅读全文
posted @ 2019-10-01 21:07 RE-TLE 阅读(484) 评论(0) 推荐(0)