10 2019 档案
摘要: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
阅读全文
摘要:#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
阅读全文

浙公网安备 33010602011771号