1. 首页
  2. 数据库
  3. 其它
  4. 2020 CodeJam Round 1A

2020 CodeJam Round 1A

上传者: 2021-01-04 03:34:20上传 PDF文件 414.34KB 热度 12次
前言 第一道题的第二个低保都没吃到手,第二道题也就吃了两个低保,太菜了。最后的测试点看起来不是思维就是暴力,都不想写了,算了,没资格就没资格吧,来年再战 比赛链接 A Pattern Matching //只吃到一个低保,第二个点写了好久写崩了,不想改了 #include #include using namespace std; int t,n; string buf[55]; int main() { ios::sync_with_stdio(0),cin.tie(0),cout.tie(0); int kase=0; cin>>t; while(t--)
下载地址
用户评论