1 条题解
-
1
202607zj01俞昊哲 (yuhaozhe) LV 7 @ 2026-07-24 20:48:41
#include<bits/stdc++.h> using namespace std; int n,bs,zh,zh2; int main() { cin>>n; for (int i=1;i<n;i++) { cin>>bs; zh+=bs; zh2+=i; } zh2+=n; cout<<zh2-zh; return 0; }
- 1
信息
- ID
- 3087
- 难度
- 5
- 分类
- (无)
- 标签
- 递交数
- 31
- 已通过
- 13
- 通过率
- 42%
- 上传者