| # | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
|---|---|---|---|---|---|---|---|
| 1328933 | hectormedrano | Cluedo (IOI10_cluedo) | C++20 | 0 ms | 344 KiB |
#include <bits/stdc++.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "grader.h"
#include "cluedo.h"
using namespace std;
void Solve(){
int r;
r = Theory(1,2,3);
if (r == 0) return;
r = Theory(3,2,1);
if (r == 0) return;
r = Theory(4,4,4);
if (r == 0) return;
}
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
