VMSS 7WC '16, Week 2

This is the second week of Vincent Massey's Seven Week Challenge! In the seven weeks leading into CCC, we'll be writing weekly contests to prepare everyone for it. Each contest will have three problems, in order of difficulty: Bronze, Silver, and Gold. You'll have a week to solve them all, so take it easy.

This contest was brought to you by the letter "G". The letter "G" leads many valuable and crucial words in the English language, such as "good", "George W. Bush", "gyrase", and "guacamole". GGGgGgggg gggG GGgGGG, Gggg G GGGGgGgggGGG GgggGG, GggGG g GGGGggG GGGG GGgggGG GGggGGG ggGGg GgGGGGGGGG Gg gGgg. GGGggg, ggGgGgGggg gGggggGGGG!

The problem writer for this week is JeffreyZ again. Bronze and Silver should be solvable with Python. Gold was done in C++ and I'm not going to make any guarantees about that one. Personally, I feel that this contest is easier than last week's, and that Silver is easier than Bronze.

This round will be unrated.


Before the contest date, you may wish to check out the tips and help pages.

The contest consists of three problems with a difficulty range similar to that of CCC Junior. If you cannot solve a problem fully, we encourage you to go for partial marks.

After joining the contest, you proceed to the Problems tab to begin. You can also go to Users if you wish to see the rankings.

We have listed below some advice as well as contest strategies:

  • Start from the beginning. Ties will be broken by the sum of times used to solve the problems starting from the beginning of the contest. The last submission time of your highest score will be used.
  • 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++.

Don't panic. Good luck! GGGGGGGG!


Problems

Problem Points AC Rate Users
VM7WC '16 #2 Bronze - G 5 66.2% 257
VM7WC '16 #2 Silver - GG 5 28.2% 450
VM7WC '16 #2 Gold - GGG 15 17.9% 297

Comments

There are no comments at the moment.