Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
285695 梁睿煊 【C3-8】桐桐的计算 C++ 编译错误 0 0 MS 0 KB 216 2024-07-26 12:40:08

Tests(0/0):


int t=0; for(int i=0;i<=100/9;i++){ for(int j=0;j<=100;j++){ for(int k=0;k<=100;k++){ if(i*9+j+k==100&&i*2+j*2+k*4==100){ t++; cout<<i<<" "<<j<<" "<<k<<endl; } } } } cout<<t;


测评信息: