Problem Description Calculate A + B. Input Each line will contain two integers A and B. Process to end of file. ...
A B Time Limit: MS Java Others Memory Limit: K Java Others Total Submission s : Accepted Submission s : Problem Description Give you two numbers A and B, if A is equal to B, you should print YES , or ...
2018-12-22 11:09 0 757 推荐指数:
Problem Description Calculate A + B. Input Each line will contain two integers A and B. Process to end of file. ...
基础题:1000、1001、1004、1005、1008、1012、1013、1014、1017、1019、1021、1028、1029、1032、1037、1040、1048、1056、1058、1 ...
#include<stdio.h>#include<string.h>#include<math.h>#include<ctype.h>#include ...
HDU-2000.ASCII码排序 Description: 输入三个字符后,按各字符的ASCII码从小到大的顺序输出这三个字符。 Input: 输入数据有多组,每组占一行,有三个字符组成,之间无空 ...
杭电ACM分类: 1001 整数求和 水题1002 C语言实验题——两个数比较 水题1003 1、2、3、4、5... 简单题1004 渊子赛马 排序+贪心的方法归并1005 Hero In Maze 广度搜索1006 Redraiment猜想 数论:容斥定理1007 童年生活二三事 递推题 ...
1010. Jogging Jogging 题意 给定一个坐标\((x, y)\),可以向八个方向(八连通)和停在原地(概率为\(\frac{1}{z+1}\)),z为可达点(包括本身)的 ...
Problem Description 求A^B的最后三位数表示的整数。 说明:A^B的含义是“A的B次方” Input 输入数据包含多个测试实例,每个实例占一行,由两个正整数A和B组成(1<=A,B<=10000),如果A=0, B=0,则表示输入数据 ...
Let the Balloon Rise Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Ot ...