Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
125932 | 赵梓渊 | 03字符加密 | C++ | Compile Error | 0 MS | 0 KB | 128 | 2025-07-15 16:45:01 |
#include<bits/stdc++.h> using namespace std; int main() { char x='Y'; x='Y'-2 cin>>c; cout<<(int)x; return 0; }
Main.cc: In function 'int main()': Main.cc:6:2: error: expected ';' before 'cin' cin>>c; ^