Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
56610 | laichihao | 输出表情渐变过程 | C++ | Accepted | 0 MS | 244 KB | 176 | 2024-11-15 14:25:55 |
#include<iostream> using namespace std; int main() { cout<<"#_#"<<endl<<endl; cout<<"-_-"<<endl<<endl; cout<<"^_&"<<endl<<endl; cout<<"^_^"<<endl; }