摘要: 10.7训练 为什么除了签到题之外一道都做不出来....... 题目链接:https://codeforces.com/gym/102082/attachments A.Digits Are Not Just Characters 一道简单的(我能做出来的)比较字符串的题,要注意给的三条比较规则:1 阅读全文
posted @ 2019-10-07 19:29 pikako 阅读(232) 评论(0) 推荐(0)
摘要: D.Super Resolution 构造矩阵图形的的题,跟CCPC网络那道题差不多。 #include<bits/stdc++.h> using namespace std; char x[11][11]; char y[110][110]; //注意是char int main() { int 阅读全文
posted @ 2019-10-06 23:44 pikako 阅读(175) 评论(0) 推荐(0)
摘要: 国庆节期间稍微做一下题...... 题目链接:https://ac.nowcoder.com/acm/contest/1107#question A.Easy h-index #include<bits/stdc++.h> using namespace std; const int maxn=2e 阅读全文
posted @ 2019-10-04 11:48 pikako 阅读(210) 评论(0) 推荐(0)