运行 ID 作者 题号 测评结果 分数 时间 内存 语言 代码长度 提交时间
379161 BZtiangou 1922 - 一维前缀和 编译错误 0 0 MS 0 KB C++ 396 2年前
暂时无法获取本题测试点详情。

Main.cc: In function ‘int main()’:
Main.cc:6:10: warning: statement is a reference, not call, to function ‘std::ios_base::sync_with_stdio’ [-Waddress]
6 | ios::sync_with_stdio; cin.tie(0);cout.tie(0);
| ~~~~~^~~~~~~~~~~~~~~
Main.cc:6:10: warning: statement has no effect [-Wunused-value]
Main.cc:19:13: error: expected ‘}’ at end of input
19 | return 0;
| ^
Main.cc:5:14: note: to match this ‘{’
5 | signed main(){
| ^