fork download
  1. #include <stdio.h>
  2. int main ()
  3. {
  4. printf ("Surajit Roy\n");
  5. printf ("EE 2023 20");
  6. return 0;
  7. }
  8.  
Success #stdin #stdout 0s 5516KB
stdin
Surajit Roy
20
stdout
Surajit Roy
EE 2023 20