Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
codeforce - candy and two sisters
jakaria_hossain
Apr 13th, 2020
62
Never
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.32 KB
raw
download
clone
embed
print
report
RAW Paste Data
#include<bits/stdc++.h> using namespace std; #define ll long long #define fast()(ios_base::sync_with_stdio(0),cin.tie(NULL)) int main() { fast(); ll t; cin>>t; while(t--) { ll n,x; cin>>n; x=n/2; if(n%2!=0)cout<<x<<endl; else cout<<x-1<<endl; } }
Public Pastes
triangles
JavaScript | 24 min ago
Roof+
Lua | 26 min ago
Untitled
PHP | 57 min ago
Untitled
Java | 1 hour ago
Untitled
Java | 1 hour ago
celery
Python | 1 hour ago
Arr
C# | 1 hour ago
My Log File
HTML 5 | 1 hour ago
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!