#include <stdio.h> int fun(int a) {int b=0;static int c=3; b++;c++; return(a+b+c); } void main() {

2025-04-14 13:32:07
推荐回答(4个)
回答1:

答案是789,如果你在输出里面加上一个空格的话就是 7 8 9,完。

回答2:

楼主采纳我吧。

我运行了下,打印789

回答3:

789

回答4:

输出的 是 5 6 7