Processing math: 100%
祝同学们学习进步,编程快乐!
Problem 2745 --Structure and Class - Dice III

2745: Structure and Class - Dice III

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

Dice III 

Write a program which reads the two dices constructed in the same way as Dice I, and determines whether these two dices are identical. You can roll a dice in the same way as Dice I, and if all integers observed from the six directions are the same as that of another dice, these dices can be considered as identical. 

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

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

Print "Yes" if two dices are identical, otherwise "No" in a line.
1 2 3 4 5 6
6 2 4 3 5 1
Yes
0≤ the integer assigned to a face ≤100

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

本题记录 用 户(点击查看用户) 运行号(点击购买题解) 时 间
算法最快[6 ms] AOJ大管家 1163813 2025-01-14 12:39:02
内存最少[1260 KB] AOJ大管家 1163813 2025-01-14 12:39:02
第一AC AOJ大管家 1163813 2025-01-14 12:39:02
第一挑战 AOJ大管家 411623 2019-04-28 15:24:06

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

竞赛编号 竞赛名称 竞赛时间 访问比赛
1406 安财贸20190918晚上测试 2019-09-18 17:30:00 请登录
AOJ
祝同学们学习进步,编程快乐!