#832. markdown-笔记

markdown-笔记

No testdata at current.

No submission language available for this problem.

Background

Special for beginners, ^_^

Description

nn 是问题规模的大小

aa 是原问题子问题的个数

n/bn/b 是每个子问题的规模大小

f(n)f(n) 是将原问题分解成子问题和将子问题的解合并成原问题的解的时间

Format

Input

Two integers x and y, satisfying 0x,y327670\leq x,y\leq 32767 .

Output

One integer, the sum of x and y.

Samples

123 500
623

Limitation

1s, 1024KiB for each test case.