题目内容
#include using namespace std;int add(int x=5,int y=6,int z=7){ return x+y+z;}int main(){ int s1,s2,s3;s1=add();cout<
查看答案
搜索结果不匹配?点我反馈
更多问题