#include<stdio.h>void main(){ int a =197,b = 198; printf("%d %d , %c %c",a,b,a,b); //printf("j = ++a:");} 查看完整描述