您的位置:首页 > 编程语言 > Go语言

URAL 1873 GOV Chronicles = =这题是阅读理解?

2014-07-20 22:59 302 查看
坑爹题不解释。。答案都在题目中。= =数字不是我找出来的。

//First Edit Time: 2014-07-18 15:40
//Last Edit Time: 2014-07-18 15:40
#include <iostream>
#include <cstdio>
#include <cstring>
#include <cmath>
#include <set>
#include <vector>
#include <map>
#include <queue>
#include <set>
#include <algorithm>
using namespace std;
int tran[]={5,20,12,2,1,4,6,1,4,4,1,0};
int n;
int main()
{
while(~scanf("%d",&n))
printf("%d\n",tran
);
return 0;
}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: