# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1216038 | wazj2024 | Cluedo (IOI10_cluedo) | C++20 | 3 ms | 392 KiB |
#include "grader.h"
#include "cluedo.h"
using namespace std;
void Solve(){
int r=6,a=1,b=1,c=1;
r=(Theory(a,b,c));
while(r!=0)
{
if(r ==1) a++;
if(r ==2) b++;
if(r ==3) c++;
r=Theory(a,b,c);
}
}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |