QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#408665#6696. Three DicennhzzzCompile Error//C++143.7kb2024-05-10 20:56:082024-05-10 20:56:08

詳細信息

answer.code: In function ‘void solve()’:
answer.code:104:30: error: ‘x’ was not declared in this scope
  104 |                 if(X[i]+X[j]+x[k]==a && Y[i]+Y[j]+Y[k]==b){
      |                              ^
answer.code: In function ‘int main()’:
answer.code:119:16: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  119 |         freopen(task".inp","r",stdin);
      |         ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
answer.code:120:16: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  120 |         freopen(task".out","w",stdout);
      |         ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~