杭电acm1002解题思路.用C++
来源:学生作业帮 编辑:大师作文网作业帮 分类:综合作业 时间:2024/11/12 23:43:08
杭电acm1002解题思路.用C++
Problem Description
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(1
Problem Description
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(1
#include
int main()
{
int a;
__int64 b,c;
scanf("%d",&a);
int i=0;
for(i=1;i
int main()
{
int a;
__int64 b,c;
scanf("%d",&a);
int i=0;
for(i=1;i