| # | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
|---|---|---|---|---|---|---|---|
| 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;
}
