Problem 2743 --Structure and Class - Dice I

2743: Structure and Class - Dice I

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

Dice I 

Write a program to simulate rolling a dice, which can be constructed by the following net.

As shown in the figures, each face is identified by a different label from 1 to 6. 

Write a program which reads integers assigned to each face identified by the label and a sequence of commands to roll the dice, and prints the integer on the top face. At the initial state, the dice is located as shown in the above figures.

In the first line, six integers assigned to faces are given in ascending order of their corresponding labels. 

In the second line, a string which represents a sequence of commands, is given. The command is one of 'E', 'N', 'S' and 'W' representing four directions shown in the above figures.

Print the integer which appears on the top face after the simulation.
1 2 4 8 16 32
SE
8

0≤ the integer assigned to a face ≤100 

0≤ the length of the command ≤100

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

本题记录 用 户(点击查看用户) 运行号(点击购买题解) 时 间
算法最快[$0 $ms] AOJ大管家 411602 2019-04-28 13:21:29
内存最少[$2020 $KB] AOJ大管家 411602 2019-04-28 13:21:29
第一AC AOJ大管家 332801 2018-11-27 23:20:18
第一挑战 AOJ大管家 332801 2018-11-27 23:20:18

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

竞赛编号 竞赛名称 竞赛时间 访问比赛