| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1363864 | activedeltorre | Hieroglyphs (IOI24_hieroglyphs) | C++20 | 13 ms | 2064 KiB |
#include "hieroglyphs.h"
#include <cassert>
#include <cstdio>
#include <vector>
#include <vector>
std::vector<int> ucs(std::vector<int> A, std::vector<int> B)
{
int pos=1;
int n=A.size();
for(int i=0;i<n;i++)
{
if(A[i]!=B[i])
{
return {-1};
}
}
return A;
}
| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
