QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#508407#4799. Rotate Sum 3ucup-team1005Compile Error//C++204.3kb2024-08-07 14:53:122024-08-07 14:53:12

Details

answer.code: In function ‘void work()’:
answer.code:63:30: warning: narrowing conversion of ‘x’ from ‘int’ to ‘LD’ {aka ‘long double’} [-Wnarrowing]
   63 |                 a.push_back({x, y});
      |                              ^
answer.code:63:33: warning: narrowing conversion of ‘y’ from ‘int’ to ‘LD’ {aka ‘long double’} [-Wnarrowing]
   63 |                 a.push_back({x, y});
      |                                 ^
answer.code: At global scope:
answer.code:153:1: error: ‘CE’ does not name a type
  153 | CE
      | ^~