Problem2202--Declare and open input file stream fileIn and output file stream fileOut.

2202: Declare and open input file stream fileIn and output file stream fileOut.

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

Description

Declare and open input file stream fileIn and output file stream fileOut. Attach these to files named input.dat and output.dat, which are not empty. Preserve the contents of input.dat and append to the end of output.dat. Write #include directives for any required header files. Make certain names from namespaces are accessible.

Input

no input

Output

If the task is completed, then print

Sample Output Copy

yes

Source/Category

42