fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. char buf2[512] ;
  5. char src[512] = "//^&#@iios////12DDWDFF@@@@122/&*@(@///";
  6. if(sscanf(src,"%*[^0-9]%[^@]",buf2)==1)
  7. printf("%s",buf2);
  8. return 0;
  9. }
  10.  
Success #stdin #stdout 0s 2112KB
stdin
Standard input is empty
stdout
12DDWDFF