Editorial for Mock CCC '19 Contest 1 J1 - Pusheen's Report Card
Remember to use this editorial only when stuck, and not to copy-paste code from it. Please be respectful to the problem author and editorialist.
Submitting an official solution before solving the problem yourself is a bannable offence.
Submitting an official solution before solving the problem yourself is a bannable offence.
For 14 marks, since , your program should not output anything. This means that an empty program can be submitted to solve the subtask - your program doesn't even need to perform any input.
To get full credit, your program needs to read in the two integers and perform the requested comparison.
Comments