fork download
  1. #include <stdio.h>
  2.  
  3. int main(void)
  4. {
  5. int my_int;
  6. while(scanf("%*[^1234567890]%i", &my_int) == 1)
  7. {
  8. printf("%i\n", my_int);
  9. }
  10. // your code goes here
  11. return 0;
  12. }
  13.  
Success #stdin #stdout 0s 2056KB
stdin
vsx39393
ds2323
dd2322 
stdout
39393
2323
2322