/ SeriousOJ /

Record Detail

Compile Error


  

Code

t = int(input())
for i in range(t):
	s = input()
	result = (len(s) >= 8)
	if result: print("valid")
	else print("invalid")
	

Information

Submit By
Type
Pretest
Problem
P1007 Password Checker
Language
Python 3 (Python 3.12.3)
Submit At
2023-11-29 16:24:21
Judged At
2023-12-02 02:45:42
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes