#E00131. 复读 - II
复读 - II
Input three lines:
- The first line is a character ;
- The second line is an integer ;
- The third line is a floating-point number .
Output three lines:
- The first line is , without any format;
- The second line is , with leading zeros up to 8 digits;
- The third line is , with 8 decimal places.
x
233
114.514
x
00000233
114.51400000