执行以下程序时若从键盘输入6 8运行结果为 。 #include stdioh
int main() { int a, b; scanf("%d%d", &a, &b); printf("%d %d\n", a + b, a * b); return 0; }
输出结果为:
14 48
原文地址: http://www.cveoy.top/t/topic/gefB 著作权归作者所有。请勿转载和采集!
安全问答是一个知识全球问答,包含丰富的问答知识
int main() { int a, b; scanf("%d%d", &a, &b); printf("%d %d\n", a + b, a * b); return 0; }
输出结果为:
14 48
原文地址: http://www.cveoy.top/t/topic/gefB 著作权归作者所有。请勿转载和采集!