Hey all! On behalf of the team, I’d like to apologize for the lack of updates of the site in the past 7 months. Due to a netlify configuration error after transferring ownership of the GitHub repos...
Hey all, it's been a while but I've gotten all test case formats converted over from 2016-2025. You can still find them in the folder on the GitHub repo if any corruption has happened, but the test...
//Ivan Li, Markville secondary school
import java.io.*;
import java.util.*;
public class ccc15j5{
public static int memo[][] = new int[251][251];
publ...
//Ivan Li, Markville secondary school
import java.io.*;
import java.util.*;
public class Main {
public static void main(String[] args) {
FastReader ...
#Morgan Su, BayviewSS
N=input()
array=[]
arrL=[]
signArr=[]
nArr=[]
counter=0
pos=0
end=0
string=""
sA=""
for i in range(len(N)):
if N[i].isdigit():
...
#Morgan Su, BayviewSS
P=int(input())
N=int(input())
R=int(input())
total=N
amt=N
counter=0
#keep simulating days until total of infected exceeds P
while tot...
#Morgan Su, BayviewSS
#Operations and if statements
s=int(input())
m=int(input())
l=int(input())
w=int(2*m)
a=int(3*l)
x=int(s)+int(w)+int(a)
if x>10:
...
#Morgan Su, Bayview SS
#Arrays
num=int(input())
name=[]
bid=[]
for i in range(num):
name+=[input()]
bid+=[int(input())]
s=sorted(bid)
length=len(s)
m...
#Morgan Su, BayviewSS
#Calculations and arrays
pn=int(input())
s=[]
f=[]
total=[]
for i in range(pn):
s+=[int(input())]
f+=[int(input())]
counter=0
t...
#Morgan Su, BayviewSS
#Comparing parking spot occupation with positions of C in either string
N=int(input())
dayOne=input()
dayTwo=input()
counter=0
for i i...
#Morgan Su, BayviewSS
#Check whether input matches telemarketer criteria, and if so: print ignore
a=int(input())
b=int(input())
c=int(input())
d=int(input())...
/*
CCC '18 S5 - Maximum Strategic Savings
Author: Dan Shan
Date: 2025-05-25
Observation: Only need one portal per planet and one plane per city
2d grid with p...
# Advay Chandorkar, Glenforest SS (advayc)
# py3 solution for 16' j3
n=(input())
k=int(input())
sum=0
for i in range(k+1):
sum += int(n)
n += '0'
pri...
# Advay Chandorkar, Glenforest SS (advayc)
# py3 solution for 16' j2
games = [input()for i in range(6)]
win = games.count('W')
if win == 6 or win == 5:
p...
# Advay Chandorkar, Glenforest SS (advayc)
# py3 solution for 25' s4
import heapq
# read number of levels (N) and number of tunnels (M)
N, M = map(int, inpu...
//By Timothy Shnayder, Newmarket Highschool
//To solve this problem, we first do a rough filter, then remove the bad ones with a precise filter
#include <...
//By Timothy Shnayder, Newmarket High School
/*
The idea of this problem is to first interate through each index and build it based of
the LCM of all t...
Hey everyone! If anyone is interested in helping, here are some things that we are still hoping to implement. We will continue to update this post with any new...