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