QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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; | ^