Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
Josif_tepe
Jul 10th, 2025
495
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C
0.19 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <stdio.h>
int
main
(
void
)
{
for
(
int
i
=
100
;
i
>=
1
;
i
--
)
{
if
(
i
%
2
==
1
)
{
printf
(
"%d
\n
"
,
i
)
;
}
}
return
0
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
????Make $3500 INSTANTLY [Works Worldwide]???...
Java | 2 min ago | 0.05 KB
Percent_Lifetime_Remain for /dev/sdl
Bash | 6 min ago | 7.73 KB
Halazia CSS
CSS | 1 hour ago | 2.45 KB
Holtop ERV esphome logger
YAML | 1 hour ago | 64.28 KB
WTF
C++ | 1 hour ago | 3.66 KB
Untitled
C++ | 2 hours ago | 0.78 KB
Untitled
C++ | 3 hours ago | 1.21 KB
Ball Battles script (inf spins)
Lua | 4 hours ago | 0.77 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!