Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
3044 杨洋杰 C语言4.10 C++ Wrong Answer 0 MS 264 KB 147 2024-03-17 14:54:24

Tests(0/1):


Code:

#include<iostream> using namespace std; int main(){ char a; cin>>a; int b; b=(int)a-32; cout<<(char)b; return 0; }


Run Info:

------Input------
X
------Answer-----
x
------Your output-----
8