标签:nbsp serve turn cpp class bsp std 生物 namespace
// // main.cpp // ex10_3 // // Created by a007 on 17/12/1. // Copyright ? 2017年 a007. All rights reserved. // // 占坑 未完待续。。。。。。 #include <iostream> using namespace std; string findGene(const string &str){ string temp = ""; string begin = "ATG"; string end1 = "TAG"; string end2 = "TAA"; string end3 = "TGA"; return temp; } int main(int argc, const char * argv[]) { std::cout << "Hello, World!\n"; return 0; }
标签:nbsp serve turn cpp class bsp std 生物 namespace
原文地址:http://www.cnblogs.com/mocuishle/p/7944901.html