Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Jun 24th, 2010
175
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.19 KB
| None
|
0
0
raw
download
clone
embed
print
report
int main() {
char *Fizz[3] = {" Fizz", "", ""};
char *Buzz[5] = {" Buzz", "", "", "", ""};
for(uint i=1; i<=100; i++)
printf("%s%s", Fizz[i%3], Buzz[i%5]);
return 0;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐⭐⭐MAKE $500 IN 15 MIN⭐⭐⭐
Java | 2 sec ago | 0.09 KB
⭐⭐⭐Profit Method⭐⭐⭐
Java | 6 sec ago | 0.09 KB
⭐ChangeNOW Bug (Get more on BTC swaps) C
JavaScript | 7 sec ago | 0.31 KB
✅ MAKE $5OO IN 15 MIN 3
JavaScript | 8 sec ago | 0.31 KB
⭐⭐⭐MAKE $9OO INSTANTLY D A⭐⭐⭐
Java | 11 sec ago | 0.06 KB
⭐⭐⭐if you really want more bring up the fire⭐...
Java | 13 sec ago | 0.09 KB
⭐ Free ETH Method ⭐ K
JavaScript | 17 sec ago | 0.31 KB
⭐ Instant Profit Method ⭐ X
JavaScript | 18 sec ago | 0.31 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!