发表评论取消回复
相关阅读
相关 PAT (Advanced Level) Practice 1002 A+B for Polynomials
题意:给出两个多项式,要求合并。算法就是简单的归并,题目保证输入是按指数从大到小输入(自己排序检测过,加不加都能过),但是要额外注意一点:就是在合并时,系数会出现为零的情况,此
相关 1090 A+B for Input-Output Practice (II)
1090 A+B for Input-Output Practice (II) [目录][Link 1] Problem Description > Your t
相关 1002 A + B Problem II
1002 A + B Problem II [目录][Link 1] Problem Description > I have a very simple pro
相关 1002: A+B for Input-Output Practice (II)
Description 计算 a + b. Input 多组测试数据。 第一行给出整数n,表示共有n组测试数据。 接下来n行,每行2个整数。 Output
相关 [转]Best practices for creating websites in IIS 6.0
Every time I create an IIS website, I do some steps, which I consider as best practice f
相关 Java—A+B for Input-Output Practice (II)
Java—A+B for Input-Output Practice (II) Description Your task is to Calculate a + b
相关 【PAT (Advanced Level) Practice】1002 A+B for Polynomials (25 分)
include<iostream> include<string> include<cstring> include<cstdio> i
相关 【杭电oj1090】A+B for Input-Output Practice (II)
A+B for Input-Output Practice (II) Time Limit: 2000/1000 MS (Java/Others) Memory Limi
相关 hdu1090 - A+B for Input-Output Practice (II)
地址 [http://acm.hdu.edu.cn/showproblem.php?pid=1090][http_acm.hdu.edu.cn_showproblem.p
相关 hduoj1090A+B for Input-Output Practice (II)
A+B for Input-Output Practice (II) Time Limit: 2000/1000 MS (Java/Others) Memory Limi
还没有评论,来说两句吧...