fork download
  1. #include <stdio.h>
  2.  
  3. void read(int *p)
  4. {
  5. scanf("%d", p);
  6. return;
  7. }
  8.  
  9.  
  10. int main(void) {
  11. // your code goes here
  12. return 0;
  13. }
  14.  
Success #stdin #stdout 0s 5304KB
stdin
Standard input is empty
stdout
Standard output is empty