题解 | 牛牛学立体

牛牛学立体

https://www.nowcoder.com/practice/3d0bd5e060154211bddc1ee892714df0

#include <stdio.h>

int main() 
{
   int a,b,c;
   scanf("%d%d%d",&a,&b,&c);
   printf("%d\n%d",2*(a*b+b*c+c*a),a*b*c);
    return 0;
}

全部评论

相关推荐

不知道怎么取名字_:现在找工作是真的太不容易了
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务