第五届计算机信息和大数据应用国际学术会议(CIBDA 2024) 2024 5th International Conference on Computer Information and Big Data Applications 重要信息 大会官网:www.ic-cibda.org 大会时间:2024年3月22-24日 大会地点&#…
比赛链接:ABC341
Problem A:
先签个到。
#include <bits/stdc.h>
using namespace std;
int main() {int n;cin>>n;for(int i0;i<n;i)cout<<"10"<<endl;cout<<"1"<<endl;return 0;
}
Problem B:
继续签。
#i…