Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Mar 28th, 2020
133
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include<stdio.h>
int main()
{
int N,i;
scanf("%d",&N);
if(N>1 && N<1000)
{
for(i=1;i<=10;i++)
{
printf("%d × %d = %d\n",i,N,i*N);
}
}
return 0;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐ Exploit Documentation ⭐
CSS | 21 min ago | 1.05 KB
✅ API Flaw Money Method
CSS | 23 min ago | 1.05 KB
This month smells like money
CSS | 23 min ago | 1.05 KB
LLM-Generated Epub Reader In FreeBASIC (DOS/L...
FreeBasic | 5 hours ago | 42.59 KB
webshell.php
PHP | 5 hours ago | 1.27 KB
Cloudformation - ECS wellcome-docker
YAML | 22 hours ago | 2.59 KB
Gemini Ai image Logo Creation
1 day ago | 0.11 KB
Untitled
2 days 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!