QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#413244 | #8644. Tricolor Lights | hyforces# | Compile Error | / | / | C++20 | 1.2kb | 2024-05-17 10:35:39 | 2024-06-05 09:05:06 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Anna.code: In function ‘std::pair<std::__cxx11::basic_string<char>, int> {anonymous}::anna(int, std::string)’: Anna.code:17:21: error: ‘{anonymous}::gch’ cannot be used as a function 17 | ret+=gch((gid(s[a])+1)%3); | ~~~^~~~~~~~~~~~~~~~~ Anna.code:27:21: error: ‘{anonymous}::gch’ cannot be used as a function 27 | ret+=gch((gid(s[n-3])+1)%3); | ~~~^~~~~~~~~~~~~~~~~~~ Anna.code:30:21: error: ‘{anonymous}::gch’ cannot be used as a function 30 | ret+=gch(3^lstid^gid(s[n-3])); | ~~~^~~~~~~~~~~~~~~~~~~~~