Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
44252 | chenyanda | 整理药名 | C++ | Accepted | 0 MS | 236 KB | 179 | 2024-03-29 15:50:00 |
#include<iostream> using namespace std; int main(){ cout<<"Aspirin"<<endl; cout<<"Cisapride"<<endl; cout<<"2-penicillin"<<endl; cout<<"Cefradine-6"<<endl; }