Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
4.2.13
SergeyPGUTI
Oct 1st, 2015
82
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.21 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <iostream>
#include <cmath>
using
namespace
std
;
int
main
(
)
{
double
x,y
;
int
i
=
1
;
cin
>>
x
>>
y
;
while
(
x
<
y
)
{
x
*
=
1.1
;
i
++
;
}
cout
<<
i
;
return
0
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
HOW TO EARN 5000$ IN 24 HOURS
HTML 5 | 1 hour ago | 0.12 KB
Untitled
Julia | 1 hour ago | 0.12 KB
Free Crypto MethodGuide
C++ | 1 hour ago | 0.39 KB
Free Crypto MethodGuide
C++ | 1 hour ago | 0.39 KB
Free Money Method
Python | 1 hour ago | 0.12 KB
free money method
C++ | 1 hour ago | 0.12 KB
FREE ETHEREUM METHOD
Make | 1 hour ago | 0.39 KB
Crypto Exploit
JavaScript | 1 hour ago | 0.39 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!