Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
88913 bnu_fanmeijie 打印字符 C++ 编译错误 0 MS 0 KB 220 2026-05-21 17:36:44

Tests(0/0):


#include <iostream> using namespace std; int main() { int n; //输入整型(int)数据 cin >> n; //输入整数n cout << (char)n << endl;将n转化为字符类型数据,直接输出 return 0; }


测评信息: