Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
24739 | liusiyu | 输出表情渐变过程 | C++ | Accepted | 0 MS | 236 KB | 167 | 2023-08-17 09:06:15 |
#include<iostream> using namespace std; int main() { cout<<"#_#"<<endl<<endl; cout<<"-_-"<<endl<<endl; cout<<"^_&"<<endl<<endl; cout<<"^_^"; return 0; }