/ SeriousOJ /

Record Detail

Accepted


  
# Status Time Cost Memory Cost
#1 Accepted 21ms 2.93 MiB
#2 Accepted 23ms 3.043 MiB
#3 Accepted 622ms 3.629 MiB
#4 Accepted 624ms 4.078 MiB

Code


for t in range(int(input())):
    n=int(input())
    n=int((n-1)/2)
    print(n)

Information

Submit By
Type
Submission
Problem
P1073 Pair Sum
Contest
Bangladesh 2.0
Language
Python 3 (Python 3.12.3)
Submit At
2024-08-16 17:12:55
Judged At
2024-10-03 13:23:30
Judged By
Score
100
Total Time
624ms
Peak Memory
4.078 MiB