Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
May 17th, 2018
151
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C
0.22 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <stdio.h>
main
(
)
{
int
a
=
0
,
b
=
0
,
c
=
0
;
while
(
a
<
10
)
{
c
++;
if
(
c
>
9
)
{
c
=
0
;
b
++;
}
if
(
b
>
9
)
{
b
=
0
;
a
++;
}
if
(
(
a
==
c
)
&&
(
a
>
0
)
)
printf
(
"%d%d%d
\n
"
,
a
,
b
,
c
)
;
}
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
MIDI setup
6 hours ago | 0.20 KB
Sniffed from funkemunky report
13 hours ago | 67.47 KB
fe7 rando settings for importing (requires yu...
15 hours ago | 2.54 KB
LOGs
16 hours ago | 0.50 KB
Untitled
1 day ago | 14.12 KB
Untitled
1 day ago | 11.86 KB
Untitled
C | 1 day ago | 8.97 KB
Untitled
Python | 2 days ago | 8.34 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!