| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 54349 | 张浩然 | 流量 | C++ | Wrong Answer | 0 | 0 MS | 252 KB | 189 | 2022-07-29 14:50:58 |
#include<bits/stdc++.h> using namespace std; int m,x,pi,a[10010],z=10; int main(){ cin>>x>>m; for(int i=1;i<=m;i++){ cin>>a[i]; z+=x-a[i]; } z+10; cout<<z; return 0; }