Wrong Answer
Code
T = int(input("Enter number"))
if T==2:
print(" this is an Even Number")
elif T%2==0:
print("This is an Even numbwe")
else:
print("This ia an odd numbwe")
Information
- Submit By
- Type
- Submission
- Problem
- P1041 Odd number
- Contest
- TLE_Headquarters - round #1
- Language
- Python 3 (Python 3.12.3)
- Submit At
- 2024-03-27 16:13:15
- Judged At
- 2024-11-11 03:39:21
- Judged By
- Score
- 0
- Total Time
- 15ms
- Peak Memory
- 3.066 MiB