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 |
求大神指导,代码错在哪里了,为什么sum的结果不对。。。#include<stdio.h> int main() { int i; double sum=0; double a; for(i=1;i<=3;i++) { scanf("%f",&a); sum=sum+a; } printf("$%.2f",sum/3); return 0; } Followed by:
Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator