QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#485898#7184. Transport PlusesGuanYunchangCompile Error//C++175.6kb2024-07-21 11:59:062024-07-21 11:59:06

詳細信息

answer.code: In function ‘int main()’:
answer.code:174:14: error: ‘r’ was not declared in this scope
  174 |     if (dist[r]==1e16) assert(0);
      |              ^
answer.code: In function ‘void file(std::string)’:
answer.code:69:16: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   69 |         freopen((FILE + ".INP").c_str(), "r", stdin);
      |         ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
answer.code:70:16: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   70 |         freopen((FILE + ".OUT").c_str(), "w", stdout);
      |         ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~