摘要: #include<stdio.h> int main(){ int a=0,b=6,c=9; a>?=b; c>?=b; printf("%d %d\n",a,c);//6 9 return 0; } 阅读全文
posted @ 2016-06-04 15:58 Cloud_dynamic 阅读(394) 评论(3) 推荐(0)