fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. unsigned short int x = 1<<1;
  5. printf("%d"x);
  6. // your code goes here
  7. return 0;
  8. }
  9.  
Runtime error #stdin #stdout 0s 9296KB
stdin
Standard input is empty
stdout
Standard output is empty