摘要:
#include<cstdio> #include<iostream> using namespace std; int main(){ int n; while(scanf("%d",&n),n){ int d,ans=0; for(int i=0;i<n;i++){ scanf("%d",&d) 阅读全文
posted @ 2018-10-02 23:08
yogurt_莹
阅读(124)
评论(0)
推荐(0)
2018年10月2日