Type: Default 1000ms 256MiB

星期转换

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

Description

星期转换 给你一个整数,你需要输出它对应的星期。 0对应'Sunday',1对应'Monday',依次类推。注意,星期几的英语单词必须首字母大写。 如果这个整数不在0到6之间,输出'error'。 友情提示,星期天到星期六的单词如下: Sunday Monday Tuesday Wednesday Thursday Friday Saturday

Input Format

一个整数。

Output Format

对应的星期的单词,或者输出'error'

Sample

input

0

output

Sunday

Hint

时间限制:1s1 \text {s}

空间限制:256MB256 \text {MB}

20200906-贪心基础练习

Not Attended
Status
Done
Rule
ACM/ICPC
Problem
11
Start at
2020-9-6 13:37
End at
2020-9-26 13:37
Duration
480 hour(s)
Host
Partic.
17