fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. char a[1];
  5. scanf("%lf", a);
  6. printf("%d\n", (int)a);
  7. return 0;
  8. }
  9.  
Runtime error #stdin #stdout 0s 2012KB
stdin
3.142857
stdout
Standard output is empty