QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#630631 | #8790. First Billion | pokorfanclub# | Compile Error | / | / | C++17 | 2.5kb | 2024-10-11 19:38:37 | 2024-10-11 19:38:38 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘int main()’: answer.code:98:35: error: ‘S’ was not declared in this scope 98 | if(is[i]) S+=a[i]; | ^ answer.code:100:34: error: ‘S’ was not declared in this scope 100 | int X=1000000000-S; | ^