| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1362662 | Newtonabc | Cluedo (IOI10_cluedo) | C++20 | 2 ms | 344 KiB |
#include "grader.h"
#include "cluedo.h"
#include<bits/stdc++.h>
using namespace std;
void Solve(){
int r=-1;
int pi=1,pj=1,pk=1;
while(r!=0){
if(r!=-1){
if(r==1) pi++;
else if(r==2) pj++;
else if(r==3) pk++;
}
r=Theory(pi,pj,pk);
}
}
| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
