摘要:
题目大意题目原文:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=12&page=show_problem&problem=996输入两个数,输出两个数的差。。。好水的题。附上代码:View Code 1 #include<stdio.h>2 int main()3 {4 long a,b;5 while(scanf("%ld%ld",&a,&b)!=EOF)6 printf("%ld\n" 阅读全文
posted @ 2013-02-15 16:09
T^T
阅读(179)
评论(0)
推荐(0)
浙公网安备 33010602011771号