发表评论取消回复
相关阅读
相关 PAT(甲级)1008 Elevator (20point(s))
题目题目链接思路每次和上次的楼层比较一下,判断是上楼还是下楼;代码#include <iostream>using namespace std;int mai...
相关 PAT甲级1008 Elevator (20 分)
![在这里插入图片描述][watermark_type_ZmFuZ3poZW5naGVpdGk_shadow_10_text_aHR0cHM6Ly9ibG9nLmNzZG4ub
相关 【PAT (Advanced Level) Practice】1008 Elevator (20 分)
include<iostream> include<cstdio> include<cstdlib> include<string> i
相关 hdu 1008 Elevator
Elevator Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Oth
相关 PAT甲级1008. Elevator
The highest building in our city has only one elevator. A request list is made up with N
相关 Elevator HDU - 1008
include<stdio.h> int main(){ int n; while(scanf("%d",&n)&&n!=0){
相关 1008. Elevator (20)
The highest building in our city has only one elevator. A request list is made up with N
相关 PAT (Advanced Level) 1008 Elevator
1008 Elevator (20 分) The highest building in our city has only one elevator. A request
相关 PAT甲级 - 1008 Elevator (20 分)
题目链接:[PAT甲级 - 1008 Elevator (20 分)][PAT_ - 1008 Elevator _20] The highest building in o
相关 PAT (Advanced Level) Practice 1008 Elevator (Python 3)
The highest building in our city has only one elevator. A request list is made up with N
还没有评论,来说两句吧...