杭电acm1002解题思路.用C++Problem DescriptionI have a very simple problem for you.Given two integers A and B,your job is to calculate the Sum of A + B.InputThe first line of the input contains an integer T(1

来源:学生作业帮助网 编辑:作业帮 时间:2024/04/25 01:54:12
杭电acm1002解题思路.用C++Problem DescriptionI have a very simple problem for you.Given two integers A and B,your job is to calculate the Sum of A + B.InputThe first line of the input contains an integer T(1

杭电acm1002解题思路.用C++Problem DescriptionI have a very simple problem for you.Given two integers A and B,your job is to calculate the Sum of A + B.InputThe first line of the input contains an integer T(1
杭电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

杭电acm1002解题思路.用C++Problem DescriptionI have a very simple problem for you.Given two integers A and B,your job is to calculate the Sum of A + B.InputThe 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