摘要:
#define _CRT_SECURE_NO_WARNINGS #include #include #include #include using namespace std; int q[3000]; // quotient, size of the array ? //int r[3000]; // remainder int s[3000]; // whether a re... 阅读全文
摘要:
#define _CRT_SECURE_NO_WARNINGS #include int main() { int T; int m, n; char dna[55][1005]; // 4 max || (cnt[0] == max && maxChar > 'A')){ max = cnt[0]; ... 阅读全文