topcoder-greed icon indicating copy to clipboard operation
topcoder-greed copied to clipboard

"data" causes compile error in C++17

Open xyf007 opened this issue 3 years ago • 0 comments

The template uses std::ifstream data to read samples. However, "std::data" has already been defined, which causes compile error. See std::data on cppreference.com.

xyf007 avatar Jul 19 '21 10:07 xyf007