Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Remaining 2
PROFESSOR_AIH
Mar 30th, 2022
55
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C
0.20 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include<stdio.h>
int
main
(
)
{
int
n
,
i
;
scanf
(
"%d"
,&
n
)
;
for
(
i
=
1
;
i
<
10000
;
i
++
)
{
if
(
i
%
n
==
2
)
{
printf
(
"%d
\n
"
,
i
)
;
}
}
return
0
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
OoT rando seed 6/4
13 min ago | 146.22 KB
other setups
CSS | 1 hour ago | 0.15 KB
Ziz Status Messages
5 hours ago | 1.03 KB
setups
11 hours ago | 0.16 KB
Untitled
11 hours ago | 0.36 KB
my-push Script
11 hours ago | 0.61 KB
cholibrium
1 day ago | 1.65 KB
SMB BIS - Dimble Woods - Virtual Piano
2 days ago | 3.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!