这个Hack是不合法的,因为
正确的Validator:
def check(p):
for x in xrange(p/3+1,p*2/3+1):
if p*x%(3*x-p)==0:
return False
return True
这个Hack是不合法的,因为
正确的Validator:
def check(p):
for x in xrange(p/3+1,p*2/3+1):
if p*x%(3*x-p)==0:
return False
return True
可以用@mike来提到mike这个用户,mike会被高亮显示。如果你真的想打“@”这个字符,请用“@@”。