Apples
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.
Apples
题目描述
小 B 喜欢吃苹果。她今天吃掉了 个苹果。英语课上学到了 apple 这个词语,想用它来造句。如果她吃了 1 个苹果,就输出 Today, I ate 1 apple.
;如果她没有吃,那么就把 1 换成 0;如果她吃了不止一个苹果,别忘了 apple
这个单词后面要加上代表复数的 s
;小B最多能吃10个苹果,如果超过了10个他就不想吃了,就输出I can't eat any more.
你能帮她完成这个句子吗?
输入格式
输入一行一个自然数 ,表示吃掉的苹果数。
输出格式
根据题目要求输出。
样例 #1
样例输入 #1
1
样例输出 #1
Today, I ate 1 apple.
样例 #2
样例输入 #2
3
样例输出 #2
Today, I ate 3 apples.
提示
对于所有数据,。 输出的内容,建议用复制,以防空格不匹配。
数学那点事
- Status
- Done
- Rule
- ACM/ICPC
- Problem
- 4
- Start at
- 2024-5-25 12:00
- End at
- 2024-9-27 12:00
- Duration
- 3000 hour(s)
- Host
- Partic.
- 68