Skip to content

Instantly share code, notes, and snippets.

View rusucosmin's full-sized avatar
💭
Building a strong team around dutylabs

Cosmin Rusu rusucosmin

💭
Building a strong team around dutylabs
View GitHub Profile
https://www.hackerrank.com/contests/101hack29/challenges/xaero-and-cities-lightening
Restaurare: http://www.pbinfo.ro/?pagina=probleme&id=1224 Hint: sume partiale + preprocesare fiecare linie
@rusucosmin
rusucosmin / x.py
Created November 21, 2015 20:32 — forked from harababurel/x.py
import re
from random import randint, choice
f = open('algebra.html', 'r')
g = open('algebra2.html', 'w')
updated = 0
sumSoFar = 0.0
modes = ['low', 'avg', 'high']