This commit is contained in:
Zengtudor 2024-09-19 09:58:39 +08:00
parent 0a22cff253
commit f3018a7e23
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ int main()
while (input_file_stream.getline(buf.data(),MAX_SIZE,'\n'))
{
int m = lines%=2; //防止溢出
auto m = lines%=2; //防止溢出
const auto buf_len = strlen(buf.data());
const std::string_view suffix("\n"); //设置一个每个DNA序列结尾的字符这里是以\n换行来结尾
if (m == 1){