fork download
  1. #include <stdio.h>
  2. int main()
  3. {
  4. int pa;
  5. scanf("%d", &pa);
  6. printf("%d",pa);
  7. return 0;
  8.  
  9. }
Success #stdin #stdout 0s 10320KB
stdin
Standard input is empty
stdout
Standard output is empty