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