QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#500852 | #9156. 百万富翁 | zzzcr | Compile Error | / | / | C++14 | 2.3kb | 2024-08-01 22:01:09 | 2024-08-01 22:01:13 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int richest(int, int, int)’: answer.code:63:16: error: cannot convert ‘std::vector<int>’ to ‘int’ in assignment 63 | s = ask(x, y); | ~~~^~~~~~ | | | std::vector<int> answer.code:71:16: error: cannot convert ‘std::vector<int>’ to ‘int’ in assignment 71 | s = ask(x, y); | ~~~^~~~~~ | | | std::vector<int> answer.code:79:16: error: cannot convert ‘std::vector<int>’ to ‘int’ in assignment 79 | s = ask(x, y); | ~~~^~~~~~ | | | std::vector<int> answer.code:86:16: error: cannot convert ‘std::vector<int>’ to ‘int’ in assignment 86 | s = ask(x, y); | ~~~^~~~~~ | | | std::vector<int>