Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Days to years — C programming
KDOXG
Jan 19th, 2018
525
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <stdio.h>
int
main
(
)
{
int
f
,
g
,
h
,
j
,
q
,
w
,
e
;
scanf
(
"%d"
,
&
f
)
;
g
=
f
/
365
;
j
=
g
/
4
;
q
=
f
-
j
;
w
=
q
/
365
;
e
=
q
%
365
;
printf
(
"%d years, %d days."
,
w
,
e
)
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
FREE BTC GUIDE 9
JavaScript | 25 sec ago | 0.07 KB
Make 1500$ in 20 MIN [Method] 9
JavaScript | 33 sec ago | 0.07 KB
FREE BTC GUIDE 0
JavaScript | 49 sec ago | 0.07 KB
Make 1500$ in 20 MIN [Method] W
JavaScript | 1 min ago | 0.07 KB
Make $200 in 15 minutes R
JavaScript | 1 min ago | 0.07 KB
MAKE $900 INSTANTLY P
JavaScript | 2 min ago | 0.07 KB
MAKE $900 INSTANTLY G
JavaScript | 2 min ago | 0.07 KB
✅ MAKE $12OO IN 10 MIN O
JavaScript | 2 min ago | 0.07 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!