a = input('plz input your flag:') c = [25, 108, 108, 176, 18, 108, 110, 177, 64, 29, 134, 29, 187, 103, 32, 139, 144, 179, 134, 177, 32, 24, 144, 25, 111, 14, 111, 14]

if len(a) != 28: print('wrong length') return 0

for i in range(len(a)): if ord(a[i]) * 39 % 196 != c[i]: print('wrong') return None

print('win') return None

标签: 时尚


原文地址: https://cveoy.top/t/topic/h5rT 著作权归作者所有。请勿转载和采集!