题解 | #百钱买百鸡问题#

百钱买百鸡问题

https://www.nowcoder.com/practice/74c493f094304ea2bda37d0dc40dc85b

/*
 * @Description: If you get question about the code, contact me at **********.
 * @Author: pengjunxing
 * @Date: 2023-02-10 20:05:28
 * @LastEditors: pengjunxing
 * @LastEditTime: 2023-02-10 20:29:36
 */
#include<iostream>
using namespace std;
int main()
{
    cin.get();
    for(int i =0;i<=100;i++)
    {
        for(int j = 0;j<=100;j++)
        {
            for(double k =0;k<=100;k++)
            {
                double sum=i*5+j*3+k/3;
                if((sum==100)&&(i+j+k)==100)
                {
                    cout<<i<<" "<<j<<" "<<k<<endl;
                }
            }
        }
    }
}

全部评论

相关推荐

鼗:四级有点难绷,感觉能拿国家励志奖学金,学习能力应该蛮强的,四级确实不重要,但是拿这个卡你可是很恶心啊
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务