作业帮 > 综合 > 作业

杭电acm1002解题思路.用C++

来源:学生作业帮 编辑:搜搜考试网作业帮 分类:综合作业 时间:2024/08/02 01:27:21
杭电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++
#include
int main()
{
int a;
__int64 b,c;
scanf("%d",&a);
int i=0;
for(i=1;i