25 条题解
-
-412234洪子昊 (12234洪子昊) LV 8 @ 2021-12-14 20:37:26
#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;
} -
-42021-12-14 20:37: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;
} -
-42021-12-14 20:37:20@
#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;
} -
-42021-12-14 20:37:16@
#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;
} -
-42021-12-14 20:37:13@
#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
- 分类
- (无)
- 标签
- 递交数
- 176
- 已通过
- 112
- 通过率
- 64%
- 被复制
- 2
- 上传者