Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Selo-[OBI]
Raul_julian
Jun 19th, 2013
525
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C
0.36 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <stdio.h>
int
main
(
)
{
int
N
,
i
,
j
;
scanf
(
"%d"
,
&
N
)
;
for
(
i
=
0
;
i
<
N
;
i
++
)
{
for
(
j
=
0
;
j
<
N
;
j
++
)
{
if
(
j
*
i
==
N
)
{
printf
(
"S"
)
;
return
0
;
}
}
}
printf
(
"N"
)
;
return
0
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐ $12,000 two day
CSS | 15 min ago | 0.99 KB
Untitled
25 min ago | 0.06 KB
API-Flaw Profit Guide
CSS | 56 min ago | 0.99 KB
Schrödinger's Crit
3 days ago | 15.37 KB
PRCE internal cursor
3 days ago | 0.73 KB
AI Interaction Method
3 days ago | 1.60 KB
awkwrapper.c
C | 3 days ago | 2.35 KB
z66is_archive.zip.txt
3 days ago | 39.19 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!