# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
715499 | 2023-03-27T04:42:50 Z | vjudge1 | Rice Hub (IOI11_ricehub) | C++17 | 0 ms | 0 KB |
#include<bits/stdc++.h> #include<grader.h> #include<cluedo.h> #define ll long long using namespace std; void solve(){ for(int i=1 ;i<=6;i++){ for(int j=1;j<=10;j++){ for(int k=1;k<=6;k++){ if(Theory(i,j,k)==0) return; } } } } int main(){ solve(); }