
北大acm
iefus
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
1000
<br />#include<stdio.h>int main(){ int a,b; while(a<0||b>10){ scanf("%d%d",&a,&b); } printf("%d",a+b); return 0;}<br />原创 2010-07-29 00:28:00 · 217 阅读 · 0 评论 -
1003Hangover
#includeint main(){ float c,c1; int n; scanf("%f",&c); while(c!=0){ c1=0.0; for(n=0;c1原创 2010-07-29 01:30:00 · 254 阅读 · 0 评论 -
1004FinancialManagement
求12个月工资的平均账户余额#includeint main(){ float c[12]; float sum=0; int i; for(i=0;i//这样效率会提高么?#includeint main(){ float c[12]; float sum=0; int i; for(i=0;i原创 2010-07-29 22:30:00 · 323 阅读 · 0 评论 -
1005 I Think I Need a Houseboat
I Think I Need a HouseboatTime Limit: 1000MS Memory Limit: 10000KTotal Submissions: 53207 Accepted: 21939<br />DescriptionFred Mapper is considering purchasing some land in Louisiana to build his house on. In the process of investigating the land, he learn原创 2010-08-02 10:48:00 · 448 阅读 · 0 评论