pastebin
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
pastebin
Follow @pastebin
create new paste
trending pastes
sign up
login
my settings
my profile
My Pastes
Public Pastes
Untitled
5 sec ago
Untitled
15 sec ago
Untitled
17 sec ago
Untitled
23 sec ago
Untitled
29 sec ago
Untitled
41 sec ago
Firstload.de Premium He...
40 sec ago
Untitled
45 sec ago
Layout Width
Share Pastebin
NC Crew
By: a guest | Apr 22nd, 2008 | Syntax:
None
| Size: 0.09 KB | Hits: 41 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
#!/usr/bin/bc -q
yf = 1933
ly = 2007
nga = ly+10-(ly-yf)%10
print nga,"\n";
quit
create new paste
|
create new version of this paste
RAW Paste Data
#!/usr/bin/bc -q yf = 1933 ly = 2007 nga = ly+10-(ly-yf)%10 print nga,"\n"; quit