丢失的数字(Missing Number)
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
Description
You are given all numbers between 1, 2,...,n except one. Your task is to find the missing number.
Format
Input
The first input line contains an integer n.
The second line contains n - 1 numbers. Each number is distinct and between 1 and n (inclusive).
Output
Print the missing number.
Samples
5
2 3 1 5
4
Limitation
- 2≤n≤2 * 10^5
- Time limit: 1.00 s
- Memory limit: 512 MB
Introductory Problems
- Status
- Done
- Rule
- Ledo
- Problem
- 9
- Start at
- 2024-8-13 9:00
- End at
- 2024-8-13 12:18
- Duration
- 3.3 hour(s)
- Host
- Partic.
- 4