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=-1,j=-1,k=-1,l=2,m;
  8. m=i++ || l++;
  9. cout<<m;
  10. int a[10];
  11.  
  12. if(i==3)
  13. cout<<i;
  14.  
  15. else;
  16. cout<<j;
  17. return 0;
  18. }
Success #stdin #stdout 0s 4564KB
stdin
Standard input is empty
stdout
1-1