TOPIC

Incorrect judge input or problem description

feodorv asked 6 years ago

Contrary to the problem statement "The maximum size of the expression is 1000 characters without any whitespace being entered" the judge input contains lines with whitespaces. Please, use gets or fgets and do not use scanf in your solution.

PS Solution on uDebug gives "SIM" on input line "\pstree{\Tcircle{A}}{\pstree{\Tcircle{A}}{\Tcircle{B}\Tcircle{B}\Tcircle{B}}\pstree{\Tcircle{A}}{\Tcircle{B}\Tcircle{B}\Tcircle{B}}}". Seems that judge input is weak.

This topic was solved and cannot recieve new replies.

  • feodorv replied 6 years ago

    Seems now this issue is fixed :)