Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
sum
Susri
Oct 25th, 2018
115
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C
0.23 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include<stdio.h>
int
main
(
)
{
int
i
,
x
,
cube
;
scanf
(
"%d"
,&
x
)
;
for
(
i
=
1
;
i
<=
x
;
i
++
)
{
cube
=
i
*
i
*
i
;
printf
(
"Number is :%d and cube of the Number is :%d
\n
"
,
i
,
cube
)
;
}
return
0
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
📌 QUICK 1K$ 20 MINUTES ⭐⭐
JavaScript | 21 sec ago | 0.67 KB
⭐⭐ Instant Money Method ⭐⭐
JavaScript | 44 sec ago | 0.67 KB
⚡⚡⚡ EARN 5,500$ IN LESS THAN 10 MINUTES OF WO...
JavaScript | 55 sec ago | 0.67 KB
Infinite Money Glitch
JavaScript | 1 min ago | 0.67 KB
📌 VIP MONEY METHOD 📌 ✅🎯
JavaScript | 2 min ago | 0.67 KB
⭐ EARN 11,500$ IN LESS THAN 10 MINUTES ⭐📌
JavaScript | 3 min ago | 0.67 KB
⭐⭐ Exploit 500$ in 10 minutes ⭐⭐
JavaScript | 4 min ago | 0.67 KB
⚡ Earn easy cash from your computer
JavaScript | 4 min ago | 0.67 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!