Problem 2724 --Array - Finding Missing Cards

2724: Array - Finding Missing Cards

"
Time Limit $1$ 秒/Second(s) Memory Limit $512$ 兆字节/Megabyte(s)
提交总数 $452$ 正确数量 $357$
裁判形式 标准裁判/Standard Judge 我的状态 尚未尝试
难度 分类标签 STL

Finding Missing Cards 

Taro is going to play a card game. However, now he has only n cards, even though there should be 52 cards (he has no Jokers). 

The 52 cards include 13 ranks of each of the four suits: spade, heart, club and diamond.

In the first line, the number of cards n (n ≤ 52) is given. 

In the following n lines, data of the n cards are given. Each card is given by a pair of a character and an integer which represent its suit and rank respectively. A suit is represented by 'S', 'H', 'C' and 'D' for spades, hearts, clubs and diamonds respectively. A rank is represented by an integer from 1 to 13.

Print the missing cards. The same as the input format, each card should be printed with a character and an integer separated by a space character in a line. Arrange the missing cards in the following priorities: 

Print cards of spades, hearts, clubs and diamonds in this order. 

If the ranks are equal, print cards with lower ranks first.

47
S 10
S 11
S 12
S 13
H 1
H 2
S 6
S 7
S 8
S 9
H 6
H 8
H 9
H 10
H 11
H 4
H 5
S 2
S 3
S 4
S 5
H 12
H 13
C 1
C 2
D 1
D 2
D 3
D 4
D 5
D 6
D 7
C 3
C 4
C 5
C 6
C 7
C 8
C 9
C 10
C 11
C 13
D 9
D 10
D 11
D 12
D 13
S 1
H 3
H 7
C 12
D 8

推荐代码 查看2724 所有题解 上传题解视频得图灵币

本题记录 用 户(点击查看用户) 运行号(点击购买题解) 时 间
算法最快[$0 $ms] 名字不要太花里胡哨像我这样就好 788286 2021-11-28 23:46:13
内存最少[$0 $KB] emmmmm 662215 2020-11-20 11:16:45
第一AC 刘成健 315133 2018-11-16 22:52:01
第一挑战 刘成健 315133 2018-11-16 22:52:01

赛题来源/所属竞赛 会津大学《C++ Programming I》 C++程序设计(入门)

竞赛编号 竞赛名称 竞赛时间 访问比赛
1778 2023-2024-1学期《C语言程序设计》:一维数组I【23计算机】 2023-11-13 00:00:00 请登录
1715 2022-2023-1学期《C语言程序设计》:一维数组【22计算机】 2022-11-21 00:00:00 请登录
1663 2021-2022-1学期《C语言程序设计》:数组【21计算机】 2021-11-15 00:00:00 请登录
1567 2020-2021-1学期《C语言程序设计》:数组【20计算机12345】 2020-11-16 14:00:00 请登录
1392 2019-2020-1学期《C语言程序设计I》:数组II【19计算机12班】 2019-11-15 10:00:00 请登录