Problem2205--Read file and output

2205: Read file and output

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

Description

Write a loop that will read from the current position in a file up to the end of the current line, and send this output to the screen. You may assume that any variables you need are declared, including file variables, and that any needed files have been successfully opened.

Input

no input

Output

If the task is completed, then print

Sample Output Copy

yes

Source/Category

46