QOJ.ac
QOJ
The 2nd Universal Cup Finals is coming! Check out our event page, schedule, and competition rules!
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#655957 | #8040. Let Them Eat Cake | GuanYunchang | Compile Error | / | / | C++98 | 485b | 2024-10-19 10:31:32 | 2024-10-19 10:31:32 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:3:7: error: expected nested-name-specifier before ‘LL’ 3 | using LL=long long; | ^~ answer.code:5:7: error: ‘LL’ does not name a type 5 | const LL mod=1000000007; | ^~ answer.code:7:1: error: ‘LL’ does not name a type 7 | LL solve() | ^~ answer.code: In function ‘int main()’: answer.code:26:21: error: ‘solve’ was not declared in this scope 26 | while (T--) solve(); | ^~~~~