编写程序以从单行 if 语句中删除(不使用)大括号。 提示当只有一个语句属于 if 语句时,大括号是可选的。 示例代码 #include <stdio.h> int main() { int a,b; a = 166; ...
確定! 回上一頁