Submission #571330

#TimeUsernameProblemLanguageResultExecution timeMemory
571330four_specksCluedo (IOI10_cluedo)C++17
100 / 100
13 ms208 KiB
#include "grader.h"
#include "cluedo.h"

#include <bits/stdc++.h>

using namespace std;

inline namespace ns
{
} // namespace ns

void Solve()
{
    for (array<int, 3> a = {0, 0, 0}; int r = Theory(a[0] + 1, a[1] + 1, a[2] + 1); a[r - 1]++)
        ;
}
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...