QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#187791#2354. Ooknew_dawn_2#Compile Error//C++174.5kb2023-09-24 22:36:012023-09-24 22:36:02

詳細信息

answer.code:23:13: error: conflicting declaration ‘typedef int LL’
   23 | typedef int LL; const double PI=acos(-1.0L);
      |             ^~
answer.code:5:19: note: previous declaration as ‘typedef long long int LL’
    5 | typedef long long LL;
      |                   ^~