Problems
Contests
Events
Topic
IDE
PacketHub
Login
Description
Editorial
My Submission
1111.爆满的旅行社
Look up all submission
Status
Time
Memory
Lang.
Submit Date
1111.爆满的旅行社
Time Limit:1000MS Memory Limit:65535KB
Description
有n个人到旅馆住店,但是旅馆只有m个房间,先给定客人来时和走时的顺序,**若客人来到时,总人数大于m, 则没得住,** 问有**多少人**没房间住。 **PS:** 每个客人用一个大写字母表示,也就是,最多只会有26个客人。
Input
第一个为整数m , 表示有m个房间,接着一个字符串(非空,都是大写英文字母),表示客人来的顺序。
Output
若所有旅客都住上了旅馆,则输出"All customers tanned successfully."; 若有k个旅客没能住上旅馆,则输出"*k* customer(s) walked away."; 详见Sample Test
Sample test
Sample input
2 ABBAJJKZKZ
Sample output
All customers tanned successfully.
Note
Sample Input **3 GACCBDDBAGEE** Sample Output **1 customer(s) walked away.** input 1 AB output 1 customer(s) walked away.
Tags
implementation
Post editorial
Editorials
GNU C++ 9.3.0
GNU C 9.3.0
Java 1.8
Python 3.8.4
Lua 5.3
GO 1.12.4
JS - (nodejs 10.19.0)
Login before submit
Test Input
Test Output
2 ABBAJJKZKZ
Please run you code firstly.
Console
IDE Setting
字体设置
调整适合你的字体大小。
12px
13px
14px
15px
16px
18px
20px
主题设置
切换不同的代码编辑器主题,选择适合你的语法高亮。
Visual Studio
Visual Studio Dark
High Contrast Dark
行宽限制
设置每一行代码的最大字符个数,设置为0则不限制。
0
80
100
120