摘要:
http://acm.hdu.edu.cn/showproblem.php?pid=1564View Code #include <stdio.h>int main(){ int n; while(scanf("%d",&n),n) { if(n%2==0) printf("8600\n"); else printf("ailyanlu\n"); } return 0;} 阅读全文
posted @ 2012-04-09 00:01
LegendaryAC
阅读(165)
评论(0)
推荐(0)