QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#522789#8071. Ribbon RoadZhangYiDeCompile Error//C++202.7kb2024-08-17 14:16:212024-08-17 14:16:21

Details

answer.code: In function ‘void Input()’:
answer.code:27:16: error: ‘mul’ was not declared in this scope; did you mean ‘fmul’?
   27 |         sum += mul(a[i], a[(i + 1) % n]);
      |                ^~~
      |                fmul
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);
      |         ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~