Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Feb 14th, 2016
114
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C
0.14 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <stdio.h>
int
main
(
)
{
int
f
=
1
;
int
n
=
5
;
for
(
int
i
=
n
;
n
>
0
;
f
*=
i
,
i
-=
1
)
{
}
printf
(
"%d"
,
f
)
;
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
run_tests.bat
Batch | 4 min ago | 0.36 KB
EARN $900 INSTANTLY 2025 EI
JavaScript | 6 min ago | 0.24 KB
Make $1000 15-MINUTES (BEGINNER) OV
JavaScript | 13 min ago | 0.24 KB
build_project.ps1
Batch | 15 min ago | 0.36 KB
PayPal with Balance
JavaScript | 17 min ago | 0.05 KB
EARN $900 INSTANTLY 2025⭐ DG
JavaScript | 20 min ago | 0.24 KB
init_env.cmd
Batch | 26 min ago | 0.36 KB
Make $1000 15-MINUTES (BEGINNER) 6D
JavaScript | 27 min ago | 0.24 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!