Submission #805587

#TimeUsernameProblemLanguageResultExecution timeMemory
805587vjudge1Cluedo (IOI10_cluedo)C++17
100 / 100
10 ms272 KiB
#include "cluedo.h"

#include "grader.h"

void Solve() {
        int a[4] = {0, 1, 1, 1};
        while (int x = Theory(a[1], a[2], a[3])) {
                a[x]++;
        }
}
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...