using namespace std;
int main()
{
int a,b;#include <iostream>
cout<<"a,b:";
cin>>a>>b;using namespace std;
int main()
{
int a,b;#include <iostream>
cout<<"a,b:";
cin>>a>>b;
cout<<"max=";
if(a>b)
cout<<a;using namespace std;
int main()
{
int a,b;#include <iostream>
cout<<"a,b:";
cin>>a>>b;
cout<<"max=";
if(a>b)
cout<<a;
else
cout<<b;
cout<<"\n";
return 0;
}
else
cout<<b;
cout<<"\n";
return 0;
}
cout<<"max=";
if(a>b)
cout<<a;
else
cout<<b;
cout<<"\n";
return 0;
}
又糊涂了 唉!!!!!!!!