fork download
  1. #include<stdio.h>
  2. int main()
  3. {
  4. int i=10, j=10, c;
  5. c=i+j;
  6.  
  7. printf("%d",c);
  8. }
Success #stdin #stdout 0s 9416KB
stdin
Standard input is empty
stdout
20