求大神~ #include <iostream> using namespace std; f(int a) { int b=0; static int c=3; b++;c++;

日期:2015-07-14 22:45:33 人气:1

求大神~ #include <iostream> using namespace std; f(int a) { int b=0; static int c=3; b++;c++;

输出是7 8 9。不过” ”好像是汉字符号,会出错。另,在C++中函数名前不写返回类型,有些编译器是不认可的。
    A+
热门评论