考级202106-1:数的输入和输出
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.
题目描述
输入一个整数和双精度浮点数,先将浮点数保留 2 位小数输出,然后输出整数。
输入格式
一行两个数,分别为整数 N(不超过整型范围),双精度浮点数 F,以一个空格分开。
输出格式
一行两个数,分别为保留 2 位小数输出的 F,以及整数 N,以一个空格分开。
输入数据 1
100 123.456789
输出数据 1
123.46 100
数据范围与提示
一级比赛第三轮
- Status
- Done
- Rule
- ACM/ICPC
- Problem
- 5
- Start at
- 2023-7-25 10:30
- End at
- 2023-8-19 10:30
- Duration
- 600 hour(s)
- Host
- Partic.
- 20