#A. A - AtCoder Beginner Contest 999

    传统题 1000ms 256MiB

A - AtCoder Beginner Contest 999

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

A - AtCoder Beginner Contest 999

Score : $100$ points

Problem Statement

Cat Snuke is learning to write characters. Today, he practiced writing digits 1 and 9, but he did it the other way around.

You are given a three-digit integer $n$ written by Snuke. Print the integer obtained by replacing each digit 1 with 9 and each digit 9 with 1 in $n$.

Constraints

  • $111 \leq n \leq 999$
  • $n$ is an integer consisting of digits 1 and 9.

Input

Input is given from Standard Input in the following format:

nn

Output

Print the integer obtained by replacing each occurrence of 1 with 9 and each occurrence of 9 with 1 in $n$.


119
991

Replace the 9 in the ones place with 1, the 1 in the tens place with 9 and the 1 in the hundreds place with 9. The answer is 991.


999
111

2024寒假入门组刷题营(一)

未参加
状态
已结束
规则
ACM/ICPC
题目
7
开始于
2024-1-29 13:30
结束于
2024-1-29 15:30
持续时间
2 小时
主持人
参赛人数
10