ICS Contest 1

Welcome to the semester 2 ICS contest of the 24-25 school year! This time, with new, never seen before questions!

Both ICS3 and ICS4 kids are invited to participate, as the problem difficulties straddle both grades.

This contest is made by me (Iaminnocent4298)!!!! Thanks to AndyMan68 for testing my problems and making sure my English isn't horrendous LOL

Before writing this contest, if you have never done Competitive Programming before, it is highly recommended to check out the faq and tips pages. After joining the contest, proceed to the Problems tab to begin. You can also head to Users if you wish to see the rankings.

Contest Parameters

Parameter Description
Duration Until the end of the contest
Number of Problems 5
Feedback Instant Full Feedback, no clipped output

Listed below is some advice for contests:

  • Remove all extra debugging code and/or input prompts from your code before submitting. The judge is very strict — most of the time, it requires your output to match exactly.
  • Do not pause program execution at the end. The judging process is automated.
  • You should use stdin / stdout to perform input / output, respectively.
  • It is guaranteed that all the problems will be solvable with C++, Java, and Python.
  • Python users are highly recommended to use PyPy 2/3 over Python 2/3 when submitting.
  • Read carefully, and try to attempt all the problems. Some problems offer partial marks in the form of subtasks, solve these for those extra points! (not this one tho >:3)

Comments

There are no comments at the moment.