发表评论取消回复
相关阅读
相关 PAT(甲级)1008 Elevator (20point(s))
题目题目链接思路每次和上次的楼层比较一下,判断是上楼还是下楼;代码#include <iostream>using namespace std;int mai...
相关 PAT 甲级 1050 String Subtraction (20 分)
1050 String Subtraction (20 分) Given two strings S1 and S2, S=S1−S2 is defined to be
相关 PAT 甲级1152 Google Recruitment (20 分)
输入格式 每个输入文件包含一个测试用例。 每种情况首先在一行中给出两个正整数:L(≤1,000)和K(<10),它们分别是给定数字的位数和要找到的质数。然后在下一行给
相关 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
相关 PAT甲级1008. Elevator
The highest building in our city has only one elevator. A request list is made up with N
相关 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甲级 - 1015 Reversible Primes (20 分)
题目链接:PAT甲级 - 1015 Reversible Primes (20 分) A reversible prime in any number system is a
还没有评论,来说两句吧...