Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 8 years ago

Language

Compiler

Options

Author

anonymous

about 8 years ago

$
"1234" -> 123
" 12a" -> 12
"1aaaa" -> exception: cannot fully process the input
"123" -> 123
"a2" -> exception: invalid unsigned format
" 1a1" -> exception: cannot fully process the input
"   9" -> exception: invalid unsigned format
"   " -> exception: invalid unsigned format
"     " -> exception: invalid unsigned format
"" -> exception: invalid unsigned format
"-1234" -> exception: invalid unsigned format
Exit Code:
0