uva568 Just the Facts
摘要:
View Code #include#includeint main(){ int n, i, j, k; long long s = 0; while(scanf("%d",&n) != EOF) { printf("%5d -> ", n); ... 阅读全文
posted @ 2012-07-31 21:29
Nice!
阅读(167)
评论(0)
推荐(0)