| # | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
|---|---|---|---|---|---|---|---|
| 1322743 | akneeka | Cluedo (IOI10_cluedo) | C++20 | 46 ms | 400 KiB |
#include <bits/stdc++.h>
#include "grader.h"
#include "cluedo.h"
using namespace std;
void Solve(){
for (int i = 1; i <= 6; i++){
for (int j = 1; j <= 10; j++){
for (int k = 1; k <= 6; k++){
int ans = Theory(i, j, k);
if (ans == 0){return;}
}
}
}
}
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
