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