
ACM
咕噜咕噜斯基
哎哟, 不错哦.
展开
-
Problem-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原创 2012-05-25 19:31:20 · 1185 阅读 · 0 评论 -
Problem - 1096 : A+B for Input-Output Practice (VIII)
题目要求地址 #include #include int main(void) { int n = 0, m = 0; int i = 0, j = 0; int sum = 0; int *p = NULL; while (scanf("%d", &n) != EOF) { for (j = 0; j < n; j++)原创 2012-05-22 13:18:36 · 855 阅读 · 0 评论 -
Problem - 1001: Sum Problem
/********************************************************************************************** Sum Problem Problem Description Hey, welcome to HDOJ(Hangzhou Dianzi University Online Judge). In this原创 2012-05-14 19:08:21 · 1288 阅读 · 0 评论 -
Problem-1976: Software Version
/*********************************************************************************** Software Version Time Limit: 3000/1000 MS (Java/Others) Memory Limi原创 2012-05-22 12:59:49 · 1088 阅读 · 0 评论 -
Problem-1008: Elevator
杭电1008题. /* ========================================================================================== Problem Description The highest building in our city has only one elevator. A request list is ma原创 2012-05-22 14:51:09 · 899 阅读 · 0 评论 -
Problem - 1196 : Lowest Bit
/* ************************************************************************************************* Lowest Bit Problem Description Given an positive i原创 2012-05-25 21:59:18 · 1262 阅读 · 0 评论