Good job everyone! This was a fantastic contest, and you should all be proud of how you’ve performed. Here are some quick stats.

Performance

Questions

First Solves

Question Solved By
AUCPL Intro Coding_geeks (rishankgoya)
Hitting Books kermits (gautamDas)
Hexapawn evil_smasher419 (HM: jsun969)
Neighbourly Plans I SEGFAULT SQUAD (Sacander)
Seven Segements kermits (gautamDas)
Piping Up SEGFAULT SQUAD (Sacander)
I Feel So Sigma Darwin
Mexing it Up JFWoo (wong_time_agoh)

Podium

A. AUCPL Intro

This question mimicks real life! Given the AUCPL results of various teams over a campaign of contests, find out who the ultimate winner is.

First, figure out the contests each team will count. You can do this by sorting by the number of questions solved, then time, and taking the first 6 elements.

Sum up each team’s total score and time, then sort to find the winner.