Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
81961 sh25_shenpy 字符型数据与ASCII码实验 C++ 通过 0 MS 240 KB 215 2026-01-09 15:40:53

Tests(1/1):


#include<bits/stdc++.h> using namespace std; int main(){ char z,x,c,v,b; z='Z'; x=65; c=x+1; v=97; b=48; cout<<z; cout<<(char)x<<(char)c<<(char)v<<(char)b; return 0; }


测评信息: