CCC '23 J3 - Special Event

View as PDF

Submit solution


Points: 5 (partial)
Time limit: 3.0s
Memory limit: 1G

Problem type
Canadian Computing Competition: 2023 Stage 1, Junior #3

You are trying to schedule a special event on one of five possible days.

Your job is to determine on which day you should schedule the event, so that the largest number of interested people are able to attend.

Input Specification

The first line of input will contain a positive integer N, representing the number of people interested in attending your event. The next N lines will each contain one person's availability using one character for each of Day 1, Day 2, Day 3, Day 4, and Day 5 (in that order). The character Y means the person is able to attend and a period (.) means the person is not able to attend.

The following table shows how the available 15 marks are distributed:

Marks Description
6 There will be exactly one day on which every person will be able to attend.
6 There will be exactly one day on which the largest number of people will be able to attend.
3 There might be more than one day on which the largest number of people will be able to attend.

Output Specification

The output will consist of one line listing the day number(s) on which the largest number of interested people are able to attend.

If there is more than one day on which the largest number of people are able to attend, output all of these day numbers in increasing order and separated by commas (without spaces).

Sample Input 1

Copy
3
YY.Y.
...Y.
.YYY.

Sample Output 1

Copy
4

Explanation for Sample 1

All three people are able to attend on Day 4, and they are not all available on any other day.

Sample Input 2

Copy
5
YY..Y
.YY.Y
.Y.Y.
.YY.Y
Y...Y

Sample Output 2

Copy
2,5

Explanation for Sample 2

There is no day on which all five people are able to attend. Four people are able to attend on both Day 2 and Day 5.


Comments


  • -3
    RickyFang11287  commented 30 days ago

    amongus


  • 3
    kourosh  commented 42 days ago edited

    Is there anyone waiting for the compition (CCC) on 19 feb?,junior python


    • 0
      shanming  commented 33 days ago

      Imagine I have to do all these in C cause that's the only language I learned...


    • 1
      Swaga76  commented 40 days ago

      Hey, im waiting for the compition


  • 3

    imcooked


  • 2
    Math_competition_pro_  commented on Nov. 11, 2024, 12:44 a.m.

    so fun to do


    • -7
      eprohappy  commented on Nov. 11, 2024, 3:22 a.m.

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


  • -11
    jasonstorybank  commented on Sept. 22, 2024, 12:53 a.m.

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


  • 3
    Apostla  commented on Sept. 20, 2024, 10:33 a.m. edit 2

    ummm... what are the constraints for N?


    • -8
      s300047799  commented on Sept. 26, 2024, 8:04 p.m.

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


  • 1
    hemitvpatel  commented on July 9, 2024, 2:47 a.m.

    cool thing i learned... i didn't know strings had index pos weird but rlly cool lmao


  • -6
    teddycitrus  commented on Feb. 22, 2024, 7:15 p.m.

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


  • -4
    Sickkle  commented on Feb. 20, 2024, 2:02 a.m.

    what r the marks in the description for?


    • 3
      AmIJohnLi  commented on Feb. 20, 2024, 2:55 a.m.

      How your question on the ccc will be marked


      • 1
        HisMonDon  commented on Feb. 21, 2024, 2:21 a.m.

        man it literally gives the mark distributions above