10188 - Automated Judge Script


Difficulty : easy

Solution Description :

String processing problem

Very easy problem

if input and output are exactly same then print "Accepted"

Now get all numeric value from input and get all numeric value from output
if all numeric value from input and all numeric value from output are
same then print "Presentation Error"

Otherwise print "Wrong Answer"