QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#807307 | #9528. New Energy Vehicle | ucup-team5885# | Compile Error | / | / | C++17 | 2.0kb | 2024-12-09 21:17:33 | 2024-12-09 21:17:34 |
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:23: error: request for member ‘first’ in ‘all[0]’, which is of non-class type ‘ll’ {aka ‘long long int’} 78 | if(sum<all[0].first){ | ^~~~~