摘要:
#include using namespace std; int m(int x,int y,int z); short m(short q,short w,short e); double m(double a,double s,double d); int main(){ int a,b,c,min; cin>>a>>b>>c; min=m(a,b,c); ... 阅读全文
posted @ 2017-11-09 20:41
三叶癌
阅读(115)
评论(0)
推荐(0)