摘要:
from ac import* in_num_1=0 print("welcome to the czide , it is from cz studio!") csleep(2) cs() gettime(1) print(""" please choose the language: 1.Eng 阅读全文
posted @ 2023-03-25 10:51
无名黑客22
阅读(43)
评论(0)
推荐(0)
摘要:
一个自己开发的黑客游戏,里面用到了自研AC库 A0阶段: from ac import* from time import * from sys import * def printf(text): stdout.write("\r"+""*60+"\r") stdout.flush() for i 阅读全文
posted @ 2023-03-25 10:47
无名黑客22
阅读(44)
评论(0)
推荐(0)