比赛 | 皇后 | 评测结果 | WWWWWWWWWW |
---|---|---|---|
题目名称 | 划分数列 | 最终得分 | 0 |
用户昵称 | liuyu | 运行时间 | 0.039 s |
代码语言 | C++ | 内存使用 | 4.13 MiB |
提交时间 | 2017-03-19 20:40:18 | ||
#include<cstdio> #include<iostream> #include<cstring> #include<algorithm> using namespace std; int a[1000020]; int main() { freopen("seqa.in","r",stdin); freopen("seqa.out","w",stdout); int n,k; cin>>n>>k; for(int i=0;i<n;i++) scanf("%d",&a[i]); cout<<9; return 0; }