后两位
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.
题面背景
我们知道,如果你想求一个数字的个位数,那么我们只需要将这个数字对 10
求余数即可
题目描述
给你一个三位整数 ,我们想知道这个整数的后两位是多少。
输入格式
第一行一个三位整数 。
输出格式
输出这个三位整数的后两位
样例 #1
样例输入 #1
123
样例输出 #1
23
样例 #2
样例输入 #2
502
样例输出 #2
02
提示
北辰OI俱乐部算法入门班选拔测试
- Status
- Done
- Rule
- OI
- Problem
- 5
- Start at
- 2023-10-29 18:00
- End at
- 2023-10-29 22:00
- Duration
- 4 hour(s)
- Host
- Partic.
- 100