Wrong Answer
Code
for i in range(int(input())):
n=int(input())
if((n&1)==1):
print(1)
else:
print(int(n/2))
Information
- Submit By
- Type
- Submission
- Problem
- P1052 Yet Another Array Partition
- Contest
- Brain Booster #3
- Language
- Python 3 (Python 3.12.3)
- Submit At
- 2024-05-06 16:05:57
- Judged At
- 2024-11-11 03:33:28
- Judged By
- Score
- 10
- Total Time
- 22ms
- Peak Memory
- 3.113 MiB