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