fork download
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. int main (void)
  4. {
  5. int a=25;
  6.  
  7. printf("\"%d%%學生來自於小康家庭\"",a);
  8. system("pause");
  9. return 0;
  10. }
  11.  
Success #stdin #stdout #stderr 0s 5292KB
stdin
Standard input is empty
stdout
"25%學生來自於小康家庭"
stderr
sh: 1: pause: not found