fork download
  1. #include<stdio.h>
  2.  
  3. int main()
  4. {
  5. printf("อาจารย์กมลภพ ตันตยานนท์\n");
  6. printf("ชั้น ปวส2/2 เลขที่ 0");
  7. return 0;
  8. }
Success #stdin #stdout 0s 5328KB
stdin
Standard input is empty
stdout
อาจารย์กมลภพ ตันตยานนท์
ชั้น ปวส2/2 เลขที่ 0