Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
90329 | 邱浩然 | 输出信息 | C++ | Compile Error | 0 MS | 0 KB | 29 | 2024-09-11 19:27:37 |
print('This is a c program'.)
Main.cc:1:7: warning: character constant too long for its type print('This is a c program'.) ^ Main.cc:1:6: error: expected constructor, destructor, or type conversion before '(' token print('This is a c program'.) ^