QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#437629 | #8786. The Whole World | _map_ | Compile Error | / | / | C++23 | 1.0kb | 2024-06-09 14:18:19 | 2024-06-09 14:18:20 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code:27:35: error: invalid preprocessing directive #print 27 | # print('s',s[i]) | ^~~~~ answer.code:28:35: error: invalid preprocessing directive #print 28 | # print('r',r) | ^~~~~ answer.code:44:19: error: invalid preprocessing directive #for 44 | # for t in s: print(t) | ^~~ answer.code:45:19: error: invalid preprocessing directive #print 45 | # 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’