YunYan

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2020年2月14日

摘要: 记录一次打的最差的一次比赛。(出题人要被一部分的锅,故事背景太没技术含量了) A 水 #include<bits/stdc++.h> using namespace std; int main() { int n,m; cin>>n>>m; string s1; string s2; cin>>s1 阅读全文
posted @ 2020-02-14 14:14 Target--fly 阅读(118) 评论(0) 推荐(0)