fork download
  1.  
  2. int score = 1000;
  3.  
  4.  
  5. #include <stdio.h>
  6. int main()
  7. {
  8. printf("分数是%d",score);
  9. return 0;
  10. }
Success #stdin #stdout 0s 2156KB
stdin
Standard input is empty
stdout
分数是1000