QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#79130 | #2940. Pooling PCR Tests | HuangHanSheng | Compile Error | / | / | C++11 | 854b | 2023-02-20 04:14:00 | 2023-02-20 04:14:01 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:14:10: error: invalid preprocessing directive #print 14 | #print(i, val/i) | ^~~~~ answer.code:24:1: error: empty character constant 24 | ''' | ^~ answer.code:24:3: warning: missing terminating ' character 24 | ''' | ^ answer.code:24:3: error: missing terminating ' character answer.code:45:1: error: empty character constant 45 | ''' | ^~ answer.code:45:3: warning: missing terminating ' character 45 | ''' | ^ answer.code:45:3: error: missing terminating ' character answer.code:1:1: error: ‘import’ does not name a type 1 | import sys | ^~~~~~ answer.code:1:1: note: C++20 ‘import’ only available with ‘-fmodules-ts’ answer.code:17:13: error: ‘min_idx’ does not name a type 17 | min_idx = i | ^~~~~~~ answer.code:45:1: error: expected unqualified-id before '\x0' 45 | ''' | ^~