Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
multipy
Md_hosen_zisad
Aug 23rd, 2017
396
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C
0.18 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include<stdio.h>
int
main
(
)
{
int
i
=
1
,
n
,
z
;
scanf
(
"%d %d"
,&
n
,&
z
)
;
while
(
i
<=
n
)
{
printf
(
"%d*%d=%d
\n
"
,
z
,
i
,
z
*
i
)
;
i
++;
}
return
0
;
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
Untitled
JavaScript | 7 min ago | 1.18 KB
EARN $900 INSTANTLY 2025 XH
JavaScript | 8 min ago | 0.05 KB
Vehicle spawner for Stars And Stripes Multipl...
Pawn | 10 min ago | 1.67 KB
EARN $900 INSTANTLY 2025 XH
JavaScript | 22 min ago | 0.05 KB
Products.js
JavaScript | 23 min ago | 1.18 KB
database_C2
Python | 24 min ago | 4.02 KB
Untitled
Python | 30 min ago | 1.23 KB
database_C1
Python | 32 min ago | 3.58 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!