I hereby claim:
- I am royalharsh on github.
- I am hvardhan (https://keybase.io/hvardhan) on keybase.
- I have a public key ASDHOwAKshtXtPLuoKhcDUwthve4Ilj-S8WqIMAiK5Qghwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
import re | |
import httplib | |
import urllib, urllib2, cookielib | |
def solve(n): | |
sum = 0 | |
i = 0 | |
num = 2 | |
while i < n: | |
f = 0 |