传统题 1000ms 256MiB

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

Background

  • 救救孩子

  • 九进制指逢九进一

  • 在九进制下,计算x(九进制)+y(九进制)的和(以九进制形式输出)

Description

In base nine,Given two integers x and y, print the sum in base nine.

Format

Input

Two integers x and y, satisfying 0x,y1e90\leq x,y\leq 1e9 .

Output

One integer, the sum of x and y in base nine.

Samples

123
126
250

Limitation

1s, 1024KiB for each test case.

2023级ACM第五次热身赛

未参加
状态
已结束
规则
ACM/ICPC
题目
7
开始于
2023-11-19 19:00
结束于
2023-11-19 22:00
持续时间
3 小时
主持人
参赛人数
166