QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#442627 | #8583. 팰린드롬 판별하기 | HuangHanSheng | Compile Error | / | / | C++20 | 1.7kb | 2024-06-15 13:05:17 | 2024-06-15 13:05:18 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int guess_palindromicity(int)’: answer.code:35:30: error: could not convert ‘pos’ from ‘vector<long long int>’ to ‘vector<int>’ 35 | ll b = find_character(0, pos); | ^~~ | | | vector<long long int> answer.code: In function ‘void freopen(std::string)’: answer.code:17:33: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 17 | void freopen(string s) { freopen((s+".in").c_str(), "r", stdin); freopen((s+".out").c_str(), "w", stdout); } | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ answer.code:17:73: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 17 | void freopen(string s) { freopen((s+".in").c_str(), "r", stdin); freopen((s+".out").c_str(), "w", stdout); } | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~