QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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;} | ^~~~~