QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#419063 | #7752. The Only Way to the Destination | ucup-team1849 | Compile Error | / | / | C++14 | 2.6kb | 2024-05-23 17:26:14 | 2024-05-23 17:26:16 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘void solve()’: answer.code:78:141: error: request for member ‘first’ in ‘t.std::pair<long long int, std::pair<long long int, long long int> >::first’, which is of non-class type ‘long long int’ 78 | if(t.second.second>q[i-1][j].second.first&&q[i-1][j].second.first!=q[i-1][j].second.second&&t.first.first!=t.second.second){f=false;break;} | ^~~~~