Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
ex19
SelinD
May 23rd, 2019
139
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.19 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include<iostream>
using namespace std;
int main()
{
int k,i,j;
cin>>k;
i=(k/3)+1;
if(k%3==1) j=i-1;
if(k%3==0) j=i;
if(k%3==2) j=i+1;
cout<<i<<" "<<j;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Hub Code
9 hours ago | 1.88 KB
HELLO PROGRAMMER
22 hours ago | 0.03 KB
rapid flashing lights public domain symbol an...
23 hours ago | 0.03 KB
Amazon S&S Mass Cancel
JavaScript | 1 day ago | 1.05 KB
Guesses Din wants to transfer
1 day ago | 1.32 KB
Kzones_Layouts
JSON | 1 day ago | 3.21 KB
Hk-Ultra
1 day ago | 1.17 KB
c2l.puter.site
1 day ago | 0.01 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!