QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#524786 | #6408. Classical Counting Problem | ucup-team3685 | Compile Error | / | / | C++20 | 2.0kb | 2024-08-20 06:41:10 | 2024-08-20 06:41:10 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:1:33: warning: missing terminating ' character 1 | OH WAIT ITS NOT PROBABILITY. You're just TRYING to construct something lmao. | ^ answer.code:1:33: error: missing terminating ' character 1 | OH WAIT ITS NOT PROBABILITY. You're just TRYING to construct something lmao. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ answer.code:7:4: warning: missing terminating ' character 7 | Let's say P == N. | ^ answer.code:7:4: error: missing terminating ' character 7 | Let's say P == N. | ^~~~~~~~~~~~~~ answer.code:10:36: error: too many decimal points in number 10 | (Probably push DP can optimize the 1..P part). | ^~~~ answer.code:26:28: warning: character constant too long for its type 26 | Obviously we can match a[i]'s greedily since it's sorted in increasing order. | ^~~~~~~~~~~~~~~~~~~~~~ answer.code:39:12: warning: missing terminating ' character 39 | Maybe there's not that many states? | ^ answer.code:39:12: error: missing terminating ' character 39 | Maybe there's not that many states? | ^~~~~~~~~~~~~~~~~~~~~~~~ answer.code:43:11: warning: character constant too long for its type 43 | Then there's going to be some upper bound where you can't use that element anymore.... | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ answer.code:45:52: warning: character constant too long for its type 45 | You get m*v score total score, but oooh.... you can't aggerssively increase a score, it's limited by M. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ answer.code:1:1: error: ‘OH’ does not name a type 1 | OH WAIT ITS NOT PROBABILITY. You're just TRYING to construct something lmao. | ^~ answer.code:96:1: error: expected unqualified-id before ‘==’ token 96 | ===================================== | ^~