QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#69416#5044. HappinessyukorniCompile Error//C++142.3kb2022-12-27 15:28:192022-12-27 15:28:22

详细

answer.code:89:1: error: extended character   is not valid in an identifier
   89 |  
      | ^
answer.code:89:1: error: ‘ ’ does not name a type
   89 |  
      | ^
answer.code: In function ‘int main()’:
answer.code:29:10: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   29 |     scanf("%d",&n);
      |     ~~~~~^~~~~~~~~
answer.code:51:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   51 |         scanf("%d%d",&t[n].x[j],&t[n].y[j]);
      |         ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~