QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#437644 | #8786. The Whole World | _map_ | Compile Error | / | / | C++23 | 1.2kb | 2024-06-09 14:30:33 | 2024-06-09 14:30:33 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code:33:35: error: invalid preprocessing directive #print 33 | # print('s',s[i]) | ^~~~~ answer.code:34:35: error: invalid preprocessing directive #print 34 | # print('r',r) | ^~~~~ answer.code:53:19: error: invalid preprocessing directive #for 53 | # for t in s: print(t) | ^~~ answer.code:54:19: error: invalid preprocessing directive #print 54 | # print(); | ^~~~~ 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’