ZipInfo/Beka00
ZipInfo/VoMaKu
f1import sysf1import sys
2import zipfile2import zipfile
t3import iot3from io import BytesIO as BTSIO
4zipf = zipfile.ZipFile(io.BytesIO(bytes.fromhex(sys.stdin.read())), 'r')4zipf = zipfile.ZipFile(BTSIO(bytes.fromhex(sys.stdin.read())), 'r')
5(len, c) = (0, 0)5(count, volume) = (0, 0)
6for in zipf.infolist():6for line in zipf.infolist():
7    if not i.is_dir():7    if not line.is_dir():
8        c += 18        count += 1
9        len += i.file_size9    volume += line.file_size
10print(c, len)10print(count, volume)
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op