fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. int a,S;
  5. printf ("a=");
  6. scanf ("%d",&a);
  7. S =a+2 ;
  8. printf("%d",S);
  9. return 0;
  10. }
  11.  
Success #stdin #stdout 0s 5300KB
stdin
Standard input is empty
stdout
a=32767