QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#117443#13. RouterMaMengQiCompile Error//C++20287b2023-07-01 10:17:262023-07-01 10:17:29

Details

answer.code:4:52: error: exponent has no digits
    4 | Exception EAccessViolation in module DevCpp.exe at 000EF9D3.
      |                                                    ^~~~~~~~~
answer.code:6:29: error: exponent has no digits
    6 | Access violation at address 001EF9D3 in module 'DevCpp.exe'. Read of address 00E00000.
      |                             ^~~~~~~~
answer.code:6:48: warning: character constant too long for its type
    6 | Access violation at address 001EF9D3 in module 'DevCpp.exe'. Read of address 00E00000.
      |                                                ^~~~~~~~~~~~
answer.code:1:1: error: expected unqualified-id before ‘--’ token
    1 | ---------------------------
      | ^~