Problem2211--Set the format of stream output

2211: Set the format of stream output

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 0  Solved: 0
[Submit] [Status] [Web Board] [Creator:]

Description

There are three calls to member functions of ostream object cout that set the format of stream output so that the format of the output is in fixed point, a decimal point always shows, and there are two places of decimals after the decimal point. Give these statements along with the necessary #include and using statements.

Input

no input

Output

If the task is completed, then print

Sample Output Copy

yes

Source/Category

44