| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1171107 | SmuggingSpun | 카멜레온의 사랑 (JOI20_chameleon) | C++20 | 0 ms | 416 KiB |
#include "chameleon.h"
#include<bits/stdc++.h>
using namespace std;
void Solve(int n){
if(n <= 50){
for(int i = 1; i < (n << 1); i++){
for(int j = i + 1; j <= (n << 1); j++){
vector<int>p = {i, j};
if(Query(p) == 1){
Answer(i, j);
break;
}
}
}
}
}| # | 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... | ||||
