/ SeriousOJ /

Record Detail

Wrong Answer


  
# Status Time Cost Memory Cost
#1 Wrong Answer 14ms 2.879 MiB
#2 Wrong Answer 13ms 3.098 MiB

Code

list=[]
x=input("Enter your name")

if x in list:
    print("Welcome")
elif x not in list:
    print("Sorry,not on the list")
else:
    print("Already inside")

Information

Submit By
Type
Submission
Problem
P1227 LUCC Party Check-in
Contest
LUCC Presents Kick & Code Intra LU Programming Contest
Language
Python 3 (Python 3.12.3)
Submit At
2025-09-01 07:07:50
Judged At
2025-09-01 07:07:50
Judged By
Score
0
Total Time
14ms
Peak Memory
3.098 MiB