| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 123007 | 黄子轩 | 输出特殊字符 | C++ | Wrong Answer | 0 | 0 MS | 236 KB | 220 | 2024-01-22 17:05:43 |
#include<iostream> #include<cstdio>//使用cin,cout,必须调用库iostream,否则编译出错 using namespace std; int main() { cout<<"He said:"; cout<<"\"The symbol is \'\\\' \"."; return 0; }