| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1335365 | boclobanchat | 카멜레온의 사랑 (JOI20_chameleon) | C++20 | 146 ms | 436 KiB |
#include"chameleon.h"
#include<bits/stdc++.h>
using namespace std;
//------------------------------------
namespace {
int variable_example = 1;
} // namespace
//------------------------------------
void Solve(int n)
{
for(int i=1;i<=n*2;i++) for(int j=i+1;j<=n*2;j++)
{
vector<int> vi;
for(int k=1;k<=n*2;k++) if(k!=i&&k!=j) vi.push_back(k);
if(Query(vi)!=n) Answer(i,j);
}
}| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
