fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. // your code goes here
  5. char c;
  6. int i1;
  7. float f1;
  8. scanf("Mary study.no.13is %d (Dec.%d)=(Oct.%o)=(Hex.%x)",i1,i1,i1);
  9. return 0;
  10. }
  11.  
Success #stdin #stdout 0s 4512KB
stdin
201539000013
stdout
Standard output is empty