fork download
  1. #include<stdio.h>
  2. int main(){
  3. register xyz_123=91;
  4. auto pqr_123=991;
  5. const _1a1_=pqr_123+~xyz_123;
  6. printf("%d",_1a1_);
  7. return 0;
  8. }
  9.  
Success #stdin #stdout 0s 5292KB
stdin
Standard input is empty
stdout
899