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