25 条题解
-
3
12206戴爱佳 (12206戴爱佳) LV 7 @ 3 年前
#include<iostream>
using namespace std;
int main()
{
int hb,st,kl,x;
cin>>hb>>st>>kl;
if(hb<st)
if(kl<hb)
x=kl;
else
x=hb;
else
if(kl<st)
x=kl;
else
x=st;
cout<<x*2;
return 0;
}
家人们绝对正确 -
23 年前@
-
111 个月前@
#include<bits/stdc++.h>
using namespace std;
int main()
{
int a,b,c,minn=10000;
cin>>a>>b>>c;
if(minn>a)
minn=a;
if(minn>b)
minn=b;
if(minn>c)
minn=c;
cout<<minn*2;
} -
11 年前@
省的钱数取决于套餐数,而套餐数又取决于购买数量最少的那种商品
-
01 年前@
保证正确 !!!
-
03 年前@
#include<iostream>
using namespace std;
int main()
{
int a,b,c,min;
cin>>a>>b>>c;
if(a<b)
if(c<a)
min=c;
else
min=a;
else
if(c<b)
min=c;
else
min=b;
cout<<min*2<<endl;
return 0;
} -
-23 年前@
#include<iostream>
using namespace std;
int main()
{
int han,shu,ke,x;
cin>>han>>shu>>ke;
if(han<shu)
if(ke<han)
x=ke;
else
x=han;
else
if(ke<shu)
x=ke;
else
x=shu;
cout<<x*2;
return 0;
} -
-23 年前@
#include<iostream>
using namespace std;
int main()
{
int han,shu,ke,x;
cin>>han>>shu>>ke;
if(han<shu)
if(ke<han)
x=ke;
else
x=han;
else
if(ke<shu)
x=ke;
else
x=shu;
cout<<x*2<<endl;
return 0;
} -
-33 年前@
#include<iostream>
using namespace std;
int main()
{
int han,shu,ke,x;
cin>>han>>shu>>ke;
if(han<shu)
if(ke<han)
x=ke;
else
x=han;
else
if(ke<shu)
x=ke;
else
x=shu;
cout<<x*2;
return 0;
} -
-33 年前@
#include<iostream>
using namespace std;
int main()
{
int han,shu,ke,x;
cin>>han>>shu>>ke;
if(han<shu)
if(ke<han)
x=ke;
else
x=han;
else
if(ke<shu)
x=ke;
else
x=shu;
cout<<x*2;
return 0;
} -
-33 年前@
#include<iostream>
using namespace std;
int main()
{
int han,shu,ke,x;
cin>>han>>shu>>ke;
if(han<shu)
if(ke<han)
x=ke;
else
x=han;
else
if(ke<shu)
x=ke;
else
x=shu;
cout<<x*2;
return 0;
} -
-33 年前@
#include<iostream>
using namespace std;
int main()
{
int han,shu,ke,x;
cin>>han>>shu>>ke;
if(han<shu)
if(ke<han)
x=ke;
else
x=han;
else
if(ke<shu)
x=ke;
else
x=shu;
cout<<x*2;
return 0;
} -
-33 年前@
#include<iostream>
using namespace std;
int main()
{
int han,shu,ke,x;
cin>>han>>shu>>ke;
if(han<shu)
if(ke<han)
x=ke;
else
x=han;
else
if(ke<shu)
x=ke;
else
x=shu;
cout<<x*2;
return 0;
} -
-33 年前@
#include<iostream>
using namespace std;
int main()
{
int han,shu,ke,x;
cin>>han>>shu>>ke;
if(han<shu)
if(ke<han)
x=ke;
else
x=han;
else
if(ke<shu)
x=ke;
else
x=shu;
cout<<x*2;
return 0;
} -
-33 年前@
#include<iostream>
using namespace std;
int main()
{
int han,shu,ke,x;
cin>>han>>shu>>ke;
if(han<shu)
if(ke<han)
x=ke;
else
x=han;
else
if(ke<shu)
x=ke;
else
x=shu;
cout<<x*2;
return 0;
} -
-33 年前@
#include<iostream>
using namespace std;
int main()
{
int han,shu,ke,x;
cin>>han>>shu>>ke;
if(han<shu)
if(ke<han)
x=ke;
else
x=han;
else
if(ke<shu)
x=ke;
else
x=shu;
cout<<x*2;
return 0;
} -
-33 年前@
#include<iostream>
using namespace std;
int main()
{
int han,shu,ke,x;
cin>>han>>shu>>ke;
if(han<shu)
if(ke<han)
x=ke;
else
x=han;
else
if(ke<shu)
x=ke;
else
x=shu;
cout<<x*2;
return 0;
} -
-33 年前@
#include<iostream>
using namespace std;
int main()
{
int han,shu,ke,x;
cin>>han>>shu>>ke;
if(han<shu)
if(ke<han)
x=ke;
else
x=han;
else
if(ke<shu)
x=ke;
else
x=shu;
cout<<x*2;
return 0;
} -
-33 年前@
#include<iostream>
using namespace std;
int main()
{
int han,shu,ke,x;
cin>>han>>shu>>ke;
if(han<shu)
if(ke<han)
x=ke;
else
x=han;
else
if(ke<shu)
x=ke;
else
x=shu;
cout<<x*2;
return 0;
} -
-43 年前@
#include<iostream>
using namespace std;
int main()
{
int han,shu,ke,x;
cin>>han>>shu>>ke;
if(han<shu)
if(ke<han)
x=ke;
else
x=han;
else
if(ke<shu)
x=ke;
else
x=shu;
cout<<x*2;
return 0;
}
信息
- ID
- 1698
- 难度
- 1
- 分类
- (无)
- 标签
- 递交数
- 181
- 已通过
- 115
- 通过率
- 64%
- 被复制
- 2
- 上传者