# 2025愚人

## A. a+b

# Description

Given two integers x and y, print the sum.

# Format

## Input

Two integers x and y<72861872878278728728721231 .

## Output

One integer, the sum of x and y.

# Samples

```input1
123 500
```

```output1
623
```

# Limitation

1s, 1024KiB for each test case.



---

## B. 下一个排列(愚人节比赛）

给出一个正整数n,和一个长度为n的排列A，求这个排列的下一个排列。

```input1
无
```

```output1
无
```



---
