fork download
  1. int main() {
  2.  
  3. int a=2, b, c=3, d=5, k=7;
  4.  
  5. b=c<d+c++*d++||1&&k++;
  6.  
  7. printf("%d\t%d\t%d\t%d",b,c,d,k);
  8.  
  9. return 0;
  10.  
  11. }
  12.  
Success #stdin #stdout 0s 5376KB
stdin
Standard input is empty
stdout
1	4	6	7