Online Judge | Problem Set | Authors | Online Contests | User | ||||||
---|---|---|---|---|---|---|---|---|---|---|
Web Board Home Page F.A.Qs Statistical Charts | Current Contest Past Contests Scheduled Contests Award Contest |
高手帮我看看错在哪里了~~~谢谢阿#include<stdio.h> int main() { int i; float month[13],m=0.00,n; for(i=1;i<13;i++) { scanf("%f\n",&month[i]); m=month[i]+m; } n=m/12; printf("$%f\n",n); } Followed by:
Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator