/ SeriousOJ /

Record Detail

Wrong Answer


  
# Status Time Cost Memory Cost
#1 Wrong Answer 12ms 2.887 MiB

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:56
Judged At
2023-11-29 16:26:23
Judged By
Score
0
Total Time
12ms
Peak Memory
2.887 MiB