fork download
  1. #include <stdio.h>
  2.  
  3. int main(void)
  4. {
  5. printf("นางสาว ณัฐญาดา จันทร์สุวรรณ\n");
  6. printf("เลขที่22 ชั้น ม.6/7 \n");
  7. return 0;
  8.  
  9. }
Success #stdin #stdout 0s 5276KB
stdin
Standard input is empty
stdout
นางสาว ณัฐญาดา จันทร์สุวรรณ
เลขที่22 ชั้น ม.6/7