比赛 EYOI与SBOI开学欢乐赛6th 评测结果 WWWWAAAAAA
题目名称 夕景昨日 最终得分 60
用户昵称 00000 运行时间 0.157 s
代码语言 C++ 内存使用 4.01 MiB
提交时间 2022-09-19 20:59:20
显示代码纯文本
#include<bits/stdc++.h>
#define ll long long
using namespace std;
int n,a[600000];
int main(){
	freopen("switchs.in","r",stdin);
	freopen("switchs.out","w",stdout);
cin>>n;
for(int q=1;q<=n;q++) cin>>a[q];
cout<<"Yes";
return 0;
}