Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
56102 老师 流量 C++ 通过 100 0 MS 252 KB 159 2022-08-01 14:51:00

Tests(10/10):


#include<bits/stdc++.h> using namespace std; int n,x,ans,p; int main(){ cin>>x>>n; while(n--){ cin>>p; ans+=x-p; } cout<<ans+x; return 0; }


测评信息: