Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
lightoj - 1001 - Opposite Task
jakaria_hossain
Jul 31st, 2019
329
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.29 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include<bits/stdc++.h>
using namespace std;
int main()
{
int t;
cin>>t;
for(int c=1;c<=t;c++)
{
int x,a,b;
cin>>x;
a=x/2;
b=a+x%2;
cout<<a<< " "<<b<<endl;
}
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
I made $15,000 in 2 days
CSS | 20 min ago | 0.21 KB
This summer smells like money
CSS | 21 min ago | 0.21 KB
✅ API Glitch (Docs Leak)
CSS | 21 min ago | 0.21 KB
Untitled
mIRC | 2 hours ago | 0.57 KB
ifm isu iolink [WIP]
Python | 3 hours ago | 1.18 KB
HELLO PROGRAMMER
17 hours ago | 0.03 KB
Untitled
22 hours ago | 2.26 KB
FB2600 User Handbook v0.91
1 day ago | 6.06 KB
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!