发表评论取消回复
相关阅读
相关 算法题目——电梯(HDU-1008)
题目链接:[HDU-1008][] ![在这里插入图片描述][watermark_type_ZHJvaWRzYW5zZmFsbGJhY2s_shadow_50_text_Q
相关 hdu1008
\include <iostream> //水题一道,最简单的数学,看懂题意就没问题 using namespace std; int main(
相关 hdu 1008 Elevator
Elevator Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Oth
相关 HDU-1008(基础题)
思想;跟据题意进行编程即可【注意每次与上一个数进行比较】; 代码: include <iostream> include <cstdio> i
相关 HDU-1005(基础题)
思想: 写题时一直出现超时,没想到是有规律的;哗~~! include <iostream> include <cstdio> include <
相关 HDU-1004(基础题)
思想;用一个数组保存每个字符串出现的次数;其中为了能够用 该时数组与前边数组比较,设置一个结构数组能够寸字符串就 ok了; AC代码; include <iost
相关 HDU-1001 (基础题)
Sum Problem Time Limit: 1000/500 MS (Java/Others) Memory Limit: 65536/327
相关 HDU-1000(基础题)
[Problem - 1000][] A + B Problem Time Limit: 2000/1000 MS (Java/Others) Memory
相关 Elevator HDU - 1008
include<stdio.h> int main(){ int n; while(scanf("%d",&n)&&n!=0){
相关 hdu 1008 elevoter
Problem Description The highest building in our city has only one elevator. A reques
还没有评论,来说两句吧...