比赛 | HAOI2009 模拟试题2 | 评测结果 | WWWWWWWWWW |
---|---|---|---|
题目名称 | 着色方案 | 最终得分 | 0 |
用户昵称 | CockRoachEr | 运行时间 | 0.000 s |
代码语言 | C++ | 内存使用 | 0.00 MiB |
提交时间 | 2009-04-22 11:27:48 | ||
#include<stdio.h> #include<math.h> #include<stdlib.h> #include<string.h> long i,j,k; long n,m; long c[15]; int main (void) { freopen("color.in","r",stdin); freopen("color.out","w",stdout); scanf("%d\n",&k); n=0; for(i=0;i<k;i++) { scanf("%d",&c[i]); n+=c[i]; } if (k>5) { printf("85937576"); } return 0; }