Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
64706 laichihao 百钱百鸡 C++ Accepted 1 MS 244 KB 238 2025-04-25 15:33:59

Tests(1/1):


#include<bits/stdc++.h> using namespace std; int main(){ for(int i=0;i<100;i++){ for(int j=0;j<100;j++){ for(int k=0;k<100;k++){ if(15*i+9*j+k==300&&i+j+k==100) cout<<i<<" "<<j<<" "<<k<<endl;}}} return 0; }


Judgement Protocol: