hdu-2201 熊猫阿波的故事

#include<stdio.h>
#include<string.h>
int main(){
int m;
double n,temp;
while(~scanf("%lf%d",&n,&m)){
temp=1/n;
printf("%.2lf\n",temp);
}
return 0;
}
posted @ 2015-04-14 19:15  wojiaohuangyu  阅读(6)  评论(0)    收藏  举报