标签:acm

hdu 1002 A + B Problem II 菜鸟求帮助

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 integ……

杭电ACM1718,为什么不能AC

#include <stdio.h> #include <string.h> struct stu { char num[9]; int score; }; void main() { int n=0,k,rand; struct stu st[1001],s; scanf(“%s”,&s.num);……

hdoj-1002 A+B problemII 不清楚哪里错了(WA)

A + B Problem II Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 281441    Accepted Submission(s): 54185 Problem Descripti……

hdoj 1002 本人测试的数都是对的 可是总是WA 求高手指点啊!

问题描述 本人有一个非常简单的问题。由于两个整数A和B,你的任务是计算A + B的总和 输入 在输入的第一行包含一个整数T(1 <= T <= 20),这意味着测试用例的数量。那么T线跟随,每行包含两个正整数,A和B请注意,这个整数是非常大的,这意味着你不应该使用32位的整数处理。你可以假设每个整数的长度不会超过1000。 输出 对于每个测试案……

杭电ACM online Judge上的1035题,通不过~

杭电 acm 链接在这里~http://acm.hdu.edu.cn/showproblem.php?pid=1035 下面是我的代码~感觉没有错,就是通不过~麻烦给位朋友帮我看一看啊~ #include <iostream> using std::cin; using std::cout; char instructionMap[1……