fork download
  1. #include<stdio.h>
  2. int main(){
  3. int a;
  4. a=015 + 0x71 +5;
  5. printf("%d",a);
  6. return 0;
  7. }
  8.  
Success #stdin #stdout 0s 5500KB
stdin
Standard input is empty
stdout
131