#include <stdio.h>#include <stdlib.h>
int main(){ int x = 4; int y = x > 10 ? 100 : 2000; printf("y的值是:%d。\n", y);
system("pause"); return 0;}
posted on 2020-12-09 15:45 三日坊主i 阅读(213) 评论(0) 收藏 举报
博客园 © 2004-2026 浙公网安备 33010602011771号 浙ICP备2021040463号-3