Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
123130 黄子轩 输出特殊字符 C++ 通过 100 0 MS 228 KB 208 2024-01-22 17:20:17

Tests(1/1):


#include<iostream> #include<cstdio>//使用cin,cout,必须调用库iostream,否则编译出错 using namespace std; int main() { cout<<"He said:\"The symbol is '\\\'\"\."; return 0; }


测评信息: