This commit is contained in:
SiHuan 2020-08-20 18:57:31 +08:00
parent ca50071fb5
commit c071e41124

10
worker/oj.py Normal file
View file

@ -0,0 +1,10 @@
from zzcore import StdAns
class Ans(StdAns):
def GETMSG(self):
msg = 'https://openjudge.sakuya.love/'
try:
msg += '?'+ str(self.parms[1])
except:
msg += '\n可以在命令里加上题号直接搜索哦.'
return msg