QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#531508 | #9222. Price Combo | ucup-team4507# | Compile Error | / | / | C++20 | 1.7kb | 2024-08-24 20:58:55 | 2024-08-24 20:58:55 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:9:10: error: invalid preprocessing directive #print 9 | #print(cfg) | ^~~~~ answer.code:10:16: warning: character constant too long for its type 10 | if cfg['IPKernelApp']['parent_appname']: | ^~~~~~~~~~~~~ answer.code:10:31: warning: character constant too long for its type 10 | if cfg['IPKernelApp']['parent_appname']: | ^~~~~~~~~~~~~~~~ answer.code:19:17: warning: character constant too long for its type 19 | handle=open('cfinput.txt','r') | ^~~~~~~~~~~~~ answer.code:25:17: error: stray ‘#’ in program 25 | def pr(output): #rename to print for fastio | ^ answer.code:29:17: warning: character constant too long for its type 29 | handle=open('cfinput.txt','r') | ^~~~~~~~~~~~~ answer.code:41:22: warning: multi-character character constant [-Wmultichar] 41 | min_cost = float('inf') | ^~~~~ answer.code:62:3: error: invalid preprocessing directive #Input 62 | # Input reading | ^~~~~ answer.code:69:3: error: invalid preprocessing directive #Output 69 | # Output the result | ^~~~~~ answer.code:1:1: error: ‘from’ does not name a type 1 | from collections import * | ^~~~