fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. int temp;
  5. char scale;
  6.  
  7. printf("Enter a number");
  8. scanf("%d", &temp);
  9.  
  10. return 0;
  11. }
  12.  
Success #stdin #stdout 0s 2172KB
stdin
Standard input is empty
stdout
Enter a number