格式: 表达式1,表达式2,表达式3
    e.g. x=(a=3,a*5) a=3,x=15
    printf(“%d %d %d”,(a,b,c),b,c); =printf(“%d%d%d”,c,b,c);