摘要:
#include <stdio.h>#include <stdlib.h>#include <math.h>int main(){ int n,m,i,j; double s; scanf("%d",&n); for(i=1;i<=n;i++) {s=0; scanf("%d",&m); for(j 阅读全文
posted @ 2016-03-23 15:31
zjk1988
阅读(120)
评论(0)
推荐(0)
浙公网安备 33010602011771号