#include "iostream.h"
void main(){ int i,j,k,l,m; i=(j=4,k=8,l=16,m=32); cout <<i<<endl;}输出结果:32而且总是最后一个。