摘要:
1.三元操作符 #includemain(){ int score; char grade; printf("input your score"); scanf("%d",&score); grade = score >= 90?'A':(score >= 60?'B':'C'); printf ("%dbelong is %c",score, grade);}... 阅读全文
posted @ 2016-01-09 17:49
吃火锅去
阅读(434)
评论(0)
推荐(0)
浙公网安备 33010602011771号