uva10790 How Many Points of Intersection?
摘要:
uva的题目真是奇怪,另外在查找排序的那个里面我还有一道题目,始终读不懂题意,郁闷.....View Code 1 #include2 int main()3 {4 long long m, n, i = 1;5 while(scanf("%lld%lld",&m,&n) && (m... 阅读全文
posted @ 2012-07-22 20:09
Nice!
阅读(159)
评论(0)
推荐(0)