| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 54354 | 张浩然 | 流量 | C++ | Wrong Answer | 0 | 0 MS | 252 KB | 190 | 2022-07-29 14:52:45 |
#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]; x=10; } cout<<z; return 0; }