fork(1) download
  1. #include <iostream>
  2. #include<stdio.h>
  3. using namespace std;
  4.  
  5. int main() {
  6. // your code goes here
  7. int i=3,j=5,k;
  8. int a[10];
  9.  
  10. if(i==3)
  11. cout<<i;
  12.  
  13. else;
  14. cout<<j;
  15. return 0;
  16. }
Success #stdin #stdout 0s 4208KB
stdin
Standard input is empty
stdout
35