Em chạy Themis trên máy ở trường chấm được nhưng về nhà chấm máy em lại bị lỗi này ạ
Code:
from math import sqrt
fi = open('uocchanle.inp','r')
fo = open('uocchanle.out','w')
t = int(fi.readline())
for _ in range(t):
n = int(fi.readline())
a = sqrt(n)
if a == int(a):
print("LE", file = fo)
else:
print("CHAN", file = fo)
fi.close()
fo.close()
Lỗi trong Themis:
■ DANH:
● uocchanle: 0,00
uocchanle.py
;Mã nguồn Python được thông dịch!
◆ test01: 0,00
Chạy sinh lỗi
Command: "C:\Program Files (x86)\Themis\PYTHON\python.exe" "uocchanle.py" terminated with exit code: 3221225781 (Hexadecimal: C0000135)
◆ test02: 0,00
Chạy sinh lỗi
Command: "C:\Program Files (x86)\Themis\PYTHON\python.exe" "uocchanle.py" terminated with exit code: 3221225781 (Hexadecimal: C0000135)
◆ test03: 0,00
Chạy sinh lỗi
Command: "C:\Program Files (x86)\Themis\PYTHON\python.exe" "uocchanle.py" terminated with exit code: 3221225781 (Hexadecimal: C0000135)
◆ test04: 0,00
Chạy sinh lỗi
Command: "C:\Program Files (x86)\Themis\PYTHON\python.exe" "uocchanle.py" terminated with exit code: 3221225781 (Hexadecimal: C0000135)
◆ test05: 0,00
Chạy sinh lỗi
Command: "C:\Program Files (x86)\Themis\PYTHON\python.exe" "uocchanle.py" terminated with exit code: 3221225781 (Hexadecimal: C0000135)
◆ test06: 0,00
Chạy sinh lỗi
Command: "C:\Program Files (x86)\Themis\PYTHON\python.exe" "uocchanle.py" terminated with exit code: 3221225781 (Hexadecimal: C0000135)
◆ test07: 0,00
Chạy sinh lỗi
Command: "C:\Program Files (x86)\Themis\PYTHON\python.exe" "uocchanle.py" terminated with exit code: 3221225781 (Hexadecimal: C0000135)
◆ test08: 0,00
Chạy sinh lỗi
Command: "C:\Program Files (x86)\Themis\PYTHON\python.exe" "uocchanle.py" terminated with exit code: 3221225781 (Hexadecimal: C0000135)
◆ test09: 0,00
Chạy sinh lỗi
Command: "C:\Program Files (x86)\Themis\PYTHON\python.exe" "uocchanle.py" terminated with exit code: 3221225781 (Hexadecimal: C0000135)
◆ test10: 0,00
Chạy sinh lỗi
Command: "C:\Program Files (x86)\Themis\PYTHON\python.exe" "uocchanle.py" terminated with exit code: 3221225781 (Hexadecimal: C0000135)