Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
113370 常钰杰 05字符的变化 C++ Wrong Answer 0 MS 268 KB 162 2025-03-15 18:05:13

Tests(0/10):


Code:

#include<bits/stdc++.h> using namespace std; int main() { int a; cin>>a; int b; b=(a+10-30)*20/5; cout<<(char)b; return 0; }