但是我写的就是wrong answer.

问题描述:

但是我写的就是wrong answer.
I have a very simple problem for you.Given two integers A and B,your job is to calculate the Sum of A + B.
Input
The first line of the input contains an integer T(1line;
while((line--)&&cin>>A>>B)
{
cout
1个回答 分类:综合 2014-10-09

问题解答:

我来补答
#include
#include
using namespace std;
#define max 1010
int main()
{
int line,a[max]={0},b[max]={0},c[max]={0},l1,l2,l3,i,j=1,flag;
char A[max],B[max];
cin>>line;
while((line--)&&cin>>A>>B)
{
cout
 
 
展开全文阅读
剩余:2000
下一页:数学函数值域