| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1336635 | teodorazvan | DNA 돌연변이 (IOI21_dna) | C++20 | 0 ms | 0 KiB |
#include "dna.h"
#inlude <bits/stdc++.h>
using namespace std;
void init(string a,string b){}
int get_distance(int l,int r){
return -1;
}