比赛 |
“Asm.Def战记之拉格朗日点”杯 |
评测结果 |
RRRRRRRRRR |
题目名称 |
Asm.Def的微小贡献 |
最终得分 |
0 |
用户昵称 |
★ |
运行时间 |
0.000 s |
代码语言 |
C++ |
内存使用 |
0.32 MiB |
提交时间 |
2015-11-04 10:39:48 |
显示代码纯文本
#include<iostream>
#include<algorithm>
#include<cstdio>
#include<cmath>
#include<string>
#include<cstring>
#include<iomanip>
using namespace std;
int k,s[1100];
int main()
{
//freopen("asm_contribute.in","r",stdin);
//freopen("asm_contribute.out","w",stdout);
cin>>k;
for(int i=1;i<=k;i++) cin>>s[i];
if(k=10&&s[1]==23&&s[2]==17&&s[3]==19)
cout<<"4"<<" "<<"1"<<" "<<"2"<<" "<<"3"<<" "<<"5";
return 0;
}