# 小白

## A. 小白必做

小白必做 ^_^

没有输入和输出~

记得定义主函数



---

## B. a + b

# Background
Special for beginners, ^_^

# Description
Given two integers x and y, print the sum.

# Format

## Input
Two integers x and y, satisfying $0\leq x,y\leq 32767$ .

## Output
One integer, the sum of x and y.

# Samples

```input1
123 500
```

```output1
623
```

# Limitation
1s, 1024KiB for each test case.

---

## C. 简单题

# Background

1+1

# Description

输出1+1的和

# Format

## Input

无

## Output

1+1的和

# Samples

```input1
无
```

```output1
2
```

# Limitation

无




---
