Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Collatz Sequence Calculator (134 Bytes)
pyroan
Oct 12th, 2017
787
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C
0.13 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include<stdio.h>
int
main
(
)
{
int
t
,
i
;
for
(
;;
)
{
scanf
(
"%d"
,&
t
)
;
i
=
0
;
for
(
;
t
>
1
;
t
=!
(
t
&
1
)
?
t
>>
1
:
t
*
3
+
1
)
{
printf
(
"%d
\n
"
,
t
)
;
}
printf
(
"%d
\n
\n
"
,
t
)
;
}
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐Swapzone Glitch ✅ Working⭐ E
JavaScript | 1 sec ago | 0.27 KB
✅ Make $2500 in 20 minutes⭐⭐ V
JavaScript | 8 sec ago | 0.27 KB
⭐⭐⭐Make $1500 in 20 minutes⭐⭐⭐
Java | 24 sec ago | 0.15 KB
⭐⭐⭐Exchange Exploit⭐⭐⭐
Java | 36 sec ago | 0.15 KB
⭐⭐⭐Exploit 500$ in 15 Minutes⭐⭐⭐
Java | 47 sec ago | 0.15 KB
⭐⭐⭐MAKE $9OO INSTANTLY D M⭐⭐⭐
Java | 58 sec ago | 0.15 KB
⭐⭐Exchange Exploit⭐ T
JavaScript | 1 min ago | 0.27 KB
⭐⭐⭐MAKE $9OO INSTANTLY D G⭐⭐⭐
Java | 1 min ago | 0.15 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!