Extract Numbers
600A1600· expert2s256 MB⌨ stdin/stdout
Examples
Sample 1of 4
Input
aba,123;1a;0
Output
"123,0""aba,1a"
Sample 2of 4
Input
1;;01,a0,
Output
"1"",01,a0,"
Sample 3of 4
Input
1
Output
"1"-
Sample 4of 4
Input
a
Output
-"a"
58%
600A.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)