| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 123163 | 古浩圳bylz | 输出特殊字符 | C++ | Wrong Answer | 0 | 0 MS | 252 KB | 162 | 2024-01-22 17:24:56 |
#include<iostream> using namespace std; int main() { cout<<"He said:"<<char(34)<<"The symbol is"<<char(39)<<"\\"<<char(39)<<char(34)<<"."; return 0; }