Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
91321 | 华雅萱 | 03输出字符序号 | C++ | Compile Error | 0 MS | 0 KB | 91 | 2024-09-21 15:32:25 |
#include<iostream> using namespace std; int main(){ int +=43; cout<<char(+); }
Main.cc: In function 'int main()': Main.cc:4:9: error: expected unqualified-id before '+=' token int +=43; ^ Main.cc:5:11: error: expected primary-expression before 'char' cout<