# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1249258 | Almonther | Cluedo (IOI10_cluedo) | C++20 | 3 ms | 392 KiB |
#include"grader.h"
#include"cluedo.h"
void Solve(){
int i=1,j=1,k=1,n=Theory(i,j,k);
while(n){
if(n==1) i++;
else if(n==2) j++;
else k++;
n=Theory(i,j,k);
}
}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |