QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#187791#2354. Ooknew_dawn_2#Compile Error//C++174.5kb2023-09-24 22:36:012023-09-24 22:36:02

Details

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;
      |                   ^~