C++程序不懂

#include<iostream> using namespace std; int main() { int max(int x,int y,int z); double max(double x,double y,double z); long max(long x,long y,long z); int a,b,c,d; cin>>a>>b>>c; d=max(a,b,c); cout<<"d_max="<<d<<endl; double x,y,z,p; cin>>x>>y>>z; p=max(x,y,z); cout<<"p_max="...
默认分类 | 2014-10-08 00:02 | 阅读 625 次 | 评论 0 条
文章分类
文章归档
最新评论