/ 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:23:53
Judged At
2023-11-29 16:23:53
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes