# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1142065 | younesb13 | DNA 돌연변이 (IOI21_dna) | C++20 | 0 ms | 0 KiB |
# include "dna.h"
# include <bits/stdc++.h>
string A,B;
void init(std::string a, std::string b) {
A,B=a,b;
}
int get_distance(int x, int y) {
return 0;
}