Editorial for CCC '11 S2 - Multiple Choice


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.

Author: Kirito

Scan the two lists into an array, and compare them.

Time Complexity: \mathcal O(N)


Comments


  • -1
    JoJo_Cubano_13  commented on Dec. 31, 2023, 2:56 a.m.

    @JohnstonLiu Don't worry, it works the same for each language. Or well, at least I did it in C++ exactly as you describe and I got an AC


  • -38
    JohnstonLiu  commented on Jan. 28, 2020, 6:31 p.m. edited

    This comment is hidden due to too much negative feedback. Show it anyway.


    • 35
      Tzak  commented on Jan. 28, 2020, 11:09 p.m.

      You actually don't need to do the problem


      • -2
        JohnstonLiu  commented on Feb. 12, 2020, 3:50 a.m. edit 3

        I know this solution would work with Java. Not sure about other languages. Sorry about being unclear.