| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 54393 | 张文熙 | 流量 | C++ | Wrong Answer | 0 | 0 MS | 244 KB | 175 | 2022-07-29 15:13:45 |
#include<bits/stdc++.h> using namespace std; int x,n,pi,ans; int main(){ cin>>x>>n; for(int i=1;i<=n;i++){ cin>>pi; ans+=10-pi; } cout<<ans+10; return 0; }