Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
24375 | 老方 | 输出表情渐变过程 | C++ | Accepted | 0 MS | 236 KB | 194 | 2023-08-11 14:53:22 |
#include<bits/stdc++.h> using namespace std; int main(){ cout<<"#_#"<<endl; cout<<endl; cout<<"-_-"<<endl; cout<<endl; cout<<"^_&"<<endl; cout<<endl; cout<<"^_^"; return 0; }