Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
88914 bnu_fanmeijie 打印字符 C++ 通过 0 MS 244 KB 219 2026-05-21 17:37:19

Tests(3/3):


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


测评信息: