fork download
  1. #include <stdio.h>
  2.  
  3. int main() {
  4. int SCORE;
  5. scanf("%d", &SCORE);
  6. printf("คะแนนที่ได้คือ = %d",SCORE);
  7.  
  8. return 0;
  9. }
Success #stdin #stdout 0.01s 5292KB
stdin
Standard input is empty
stdout
คะแนนที่ได้คือ  = 32767