QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#637392#7033. Resistors in ParallelMaMengQiCompile Error//C++20528b2024-10-13 12:33:312024-10-13 12:33:31

Details

answer.code:26:23: error: empty character constant
   26 |     print(x,'/',y,sep='')
      |                       ^~
answer.code:1:1: error: ‘import’ does not name a type
    1 | import math
      | ^~~~~~
answer.code:1:1: note: C++20 ‘import’ only available with ‘-fmodules-ts’, which is not yet enabled with ‘-std=c++20’