제출 #1336635

#제출 시각아이디문제언어결과실행 시간메모리
1336635teodorazvanDNA 돌연변이 (IOI21_dna)C++20
컴파일 에러
0 ms0 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;
}

컴파일 시 표준 에러 (stderr) 메시지

dna.cpp:2:2: error: invalid preprocessing directive #inlude; did you mean #include?
    2 | #inlude <bits/stdc++.h>
      |  ^~~~~~
      |  include