Language
Compiler
Options
$
"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