fork download
  1. #include <stdio.h>
  2.  
  3. int main(){
  4. int a = 13;
  5. int a2 =15;
  6. printf("%d",a+a2);
  7. }
Success #stdin #stdout 0s 5280KB
stdin
Standard input is empty
stdout
28