- #include <iostream>
- using namespace std;
- void fun(int a=10,int b=20);
- int main()
- {
- int x=100;
- fun(1000,1000);
- fun(x);
- return 0;
- }
- void fun(int a,int b)
- {
- cout<<"a="<<a<<endl;
- cout<<"b="<<b<<endl;
- }
- #include <iostream>
- using namespace std;
- void fun(int a=10,int b=20);
- int main()
- {
- int x=100;
- fun(1000,1000);
- fun(x);
- return 0;
- }
- void fun(int a,int b)
- {
- cout<<"a="<<a<<endl;
- cout<<"b="<<b<<endl;
- }
Scratch3.0 全国青少年软件编程等级考试 Python Scratch图形化一级 Scratch图形化四级 Scratch图形化三级 Scratch图形化二级 电子学会