比赛 | 20240913练习 | 评测结果 | WWWWWWWWWA |
---|---|---|---|
题目名称 | 奶牛排队 | 最终得分 | 10 |
用户昵称 | dream | 运行时间 | 0.029 s |
代码语言 | C++ | 内存使用 | 3.33 MiB |
提交时间 | 2024-09-13 20:40:09 | ||
#include<bits/stdc++.h> using namespace std; const int N=100005; int a[N]; int dp[N]; int n,ans=0; int main(){ freopen("tahort.in","r",stdin); freopen("tahort.out","w",stdout); cout<<0; return 0; }