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