题目内容
#include using namespace std;int add(int x,int y){ return x+y; }double add(double x,double y){ return x-y; }int main(){ cout<
查看答案
搜索结果不匹配?点我反馈