以下程序运行后的打印结果是:
#include
发布于 2022-03-03 17:01:45
以下程序运行后的输出是()
#include <stdio.h>
int main(void){
int x = 10, y = 20, t = 0
if (x == y) t = x x = y y = t
printf("%d, %d\n", x, y)
return 0
}
登录后免费查看答案
发布于 2022-03-03 17:01:45
以下程序运行后的输出是()
#include <stdio.h> int main(void){ int x = 10, y = 20, t = 0 if (x == y) t = x x = y y = t printf("%d, %d\n", x, y) return 0 }
登录后免费查看答案
关注者
0
被浏览
20