标签:
#include <cstdio>using namespace std;typedef long long LL;int main(){int a,b,c;scanf("%d%d%d",&a,&b,&c);if(a == 1) ++b;if(b == 1){if(a > c) ++c;else ++a;}if(c == 1) ++b;printf("%d\n",a*b*c);return 0;}
[2016-03-22][479][A][Expression]
标签:
原文地址:http://www.cnblogs.com/qhy285571052/p/ca9055f154460c44546effa46ac42a59.html