QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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>