/ SeriousOJ /

Record Detail

Accepted


  
# Status Time Cost Memory Cost
#1 Accepted 13ms 2.77 MiB
#2 Accepted 14ms 2.812 MiB
#3 Accepted 424ms 3.207 MiB
#4 Accepted 436ms 3.645 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-08-16 17:12:55
Judged By
Score
100
Total Time
436ms
Peak Memory
3.645 MiB