| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1351746 | killer_01 | Art Collections (BOI22_art) | C++20 | 13 ms | 344 KiB |
#include "art.h"
#include <bits/stdc++.h>
using namespace std;
void solve(int n){
vector<int> h(n);
iota(h.begin(), h.end(), 1);
do{
int ja = publish(h);
if (ja == 0){
answer(h);
break;
}
}while(next_permutation(h.begin(), h.end()));
}
// signed main(){
// ios::sync_with_stdio(false);
// cin.tie(nullptr);
// int t = 1;
// // cin >> t;
// while (t --){
// solve();
// cout << endl;
// }
// }| # | 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... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
