摘要: Problem L. 网络预选赛 签到,直接模拟即可 点击查看代码 #include<bits/stdc++.h> using namespace std; int main(){ int n,m; cin>>n>>m; vector<string>a(n); for(int i=0;i<n;i++ 阅读全文
posted @ 2025-09-17 16:07 LYET 阅读(39) 评论(0) 推荐(0)