Submission #342083

# Submission time Handle Problem Language Result Execution time Memory
342083 2021-01-01T10:48:53 Z Alma Cluedo (IOI10_cluedo) C++14
0 / 100
4 ms 364 KB
#include <iostream>
#include <cluedo.h>
#include <grader.h>
using namespace std;


void Solve () {
    int M = 1; int L = 1; int W = 1;
    while (Theory (M, L, W) != 0) {
        if (Theory (M, L, W) == 1) { M++; }
        else if (Theory (M, L, W) == 2) { L++; }
        else { W++; }
    }
    return;
}
# Verdict Execution time Memory Grader output
1 Failed 4 ms 364 KB wrong parameter
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Failed 2 ms 364 KB wrong parameter
2 Halted 0 ms 0 KB -