Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
63662 | 王一涵(吃土豆长大的马铃薯) | 整理药名 | C++ | Accepted | 0 MS | 232 KB | 208 | 2025-04-02 16:55:14 |
#include<bits/stdc++.h> using namespace std; int main() { cout<<"Aspirin"<<endl; cout<<"Cisapride"<<endl; cout<<"2-penicillin"<<endl; cout<<"Cefradine-6"<<endl; return 0; }