Accepted
Code
#include <bits/stdc++.h>
using namespace std;
int main(){
int t;
cin>>t;
while(t--){
int n;
cin>>n;
n--;
cout<<n/2<<endl;
}
return 0;
}
Information
- Submit By
- Type
- Submission
- Problem
- P1073 Pair Sum
- Language
- C++17 (G++ 13.2.0)
- Submit At
- 2024-09-04 15:17:56
- Judged At
- 2024-10-03 13:12:18
- Judged By
- Score
- 100
- Total Time
- 223ms
- Peak Memory
- 1.391 MiB