# 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...