Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
62784 | fengxiaohang | 整理药名 | C++ | Accepted | 0 MS | 240 KB | 208 | 2025-03-16 12:54: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; }