QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#361628#8508. DiviDueloucup-team3276#Compile Error//C++206.0kb2024-03-23 12:14:112024-03-23 12:14:12

详细

answer.code: In function ‘int main()’:
answer.code:160:13: error: ‘entered’ was not declared in this scope
  160 |             entered = true;
      |             ^~~~~~~
answer.code:95:10: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   95 |     scanf("%d %Lf",&N,&R);
      |     ~~~~~^~~~~~~~~~~~~~~~
answer.code:102:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  102 |         scanf("%Lf %Lf",&tmp.x,&tmp.y);
      |         ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~