fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. // your code goes here
  5. int x,b2,b1,b0,sum;
  6. scanf("%d",&x);
  7. printf("x=%d",x);
  8. return 0;
  9. }
  10.  
Success #stdin #stdout 0.01s 5284KB
stdin
Standard input is empty
stdout
x=32767