fork download
  1. #include <stdio.h>
  2. #define _BV(bit) (1 << (bit))
  3. #define WAIT_BIND_on 0 |= _BV(7)
  4.  
  5. int main(void) {
  6. // your code goes here
  7. //printf();
  8. return 0;
  9. }
  10.  
Runtime error #stdin #stdout 0s 9296KB
stdin
Standard input is empty
stdout
Standard output is empty