A+B Problem (En)

该比赛已结束,您无法在比赛模式下递交该题目。您可以点击“在题库中打开”以普通模式查看和递交本题。

P1000 A+B Problem (En)

Difficulty: \(\color{grey}250\)

Problem Statement

You have two numbers \(a\) and \(b\). You need to print the sum \(a + b\).

It is easy, right? So please print the output in English words!

Constraints

  • \(0 \le a+b \le 10^4-1\)

Input

\(a\ b\)

Output

\(a+b\)

Samples

Input 1

1 1

Output 1

two

Input 2

1511 444

Output 2

one thousand nine hundred and fifty-five

Note that there isn't an and between thousand and hundred,but there is an and between hundred and ten、twenty and so on.

AOCode Round #2 (Div. 2) - Rematch - AOCR #1 - With Additionals

未参加
状态
已结束
规则
ACM/ICPC
题目
7
开始于
2021-10-02 13:30
结束于
2021-10-02 16:30
持续时间
3.0 小时
主持人
参赛人数
9