QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#292751 | #7119. Longest Trip | ucup-team1265 | Compile Error | / | / | C++20 | 2.0kb | 2023-12-28 12:42:09 | 2024-04-28 09:14:09 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
In file included from /usr/include/c++/13/vector:63, from longesttrip.h:1, from answer.code:4: /usr/include/c++/13/bits/allocator.h: In destructor ‘constexpr std::_Deque_base<int, std::allocator<int> >::_Deque_impl::~_Deque_impl()’: /usr/include/c++/13/bits/allocator.h:184:7: error: inlining failed in call to ‘always_inline’ ‘constexpr std::allocator< <template-parameter-1-1> >::~allocator() noexcept [with _Tp = int]’: target specific option mismatch 184 | ~allocator() _GLIBCXX_NOTHROW { } | ^ In file included from /usr/include/c++/13/deque:66, from /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:139, from answer.code:6: /usr/include/c++/13/bits/stl_deque.h:542:14: note: called from here 542 | struct _Deque_impl | ^~~~~~~~~~~