DWITE Contest

Test Case for Question #2 in DWITE 2007-2008 High School Round 3

Contest: DWITE 2007-2008 High School Round 3
Question: #2
Input File: DATA2.txt
Output File: OUT2.txt


Input

function just_end_comments(); //endline comment
void main("string argument"); //joined with endline comment
puts /*inline comments*/ 'and text';;
function mix_it_up(/*commented "strings"*/); //are still 'comments'
nested.nonsense "abc/* foo // bar */'def'" ///*baz"




Output

endline comment
string argument joined with endline comment
inline comments and text
commented "strings" are still 'comments'
abc/* foo // bar */'def' /*baz"