#E00131. 复读 - II

复读 - II

Input three lines:

  • The first line is a character cc;
  • The second line is an integer nn;
  • The third line is a floating-point number ff.

Output three lines:

  • The first line is cc, without any format;
  • The second line is nn, with leading zeros up to 8 digits;
  • The third line is ff, with 8 decimal places.
x
233
114.514
x
00000233
114.51400000