PASTEBIN
| #1 paste tool since 2002
create new paste
tools
api
archive
faq
PASTEBIN
create new paste
trending pastes
sign up
login
my alerts
my settings
my profile
Don't like ads?
PRO users
don't see any ads ;-)
Public Pastes
Untitled
XML | 8 sec ago
Untitled
3 sec ago
Untitled
7 sec ago
Untitled
9 sec ago
Untitled
14 sec ago
Untitled
29 sec ago
Untitled
17 sec ago
Untitled
20 sec ago
Untitled
By: a guest on
Oct 13th, 2010
| syntax:
None
| size: 0.14 KB | hits: 176 | expires: Never
download
|
raw
|
embed
|
report abuse
|
print
This paste has a previous version,
view the difference
.
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
power_ten=0;
while(kbd_input_int >= 100)
{
kbd_input_int/=10;
power_ten++;
}
int units=kbd_input_int%10;
int tens=kbd_input_int/10;
create a
new version
of this paste
RAW Paste Data
power_ten=0; while(kbd_input_int >= 100) { kbd_input_int/=10; power_ten++; } int units=kbd_input_int%10; int tens=kbd_input_int/10;