摘要:
http://acm.hdu.edu.cn/showproblem.php?pid=1517#include<stdio.h>int main(){ double n,a; while(scanf("%lf",&a)!=EOF) { n=1; while(1) { n*=9; if(n>=a) { printf("Stan wins.\n"); break; } n*=... 阅读全文
posted @ 2013-05-25 22:02
执着追求的IT小小鸟
阅读(135)
评论(0)
推荐(0)