| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 78506 | sh25_zhangyy | 配对碱基链 | C++ | Accepted | 0 MS | 236 KB | 122 | 2025-12-26 17:37:22 |
#include<bits/stdc++.h> using namespace std; int main() {cout<<"TATACCTACCACAAACCGAGAC"<<endl; return 0; }