Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
56609 | 该账号已封禁 | 输出表情渐变过程 | C++ | Accepted | 0 MS | 240 KB | 172 | 2024-11-15 14:25:43 |
#include<iostream> using namespace std; int main() { cout<<"#_#"<<endl<<endl; cout<<"-_-"<<endl<<endl; cout<<"^_&"<<endl<<endl; cout<<"^_^"<<endl; }