QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#508407 | #4799. Rotate Sum 3 | ucup-team1005 | Compile Error | / | / | C++20 | 4.3kb | 2024-08-07 14:53:12 | 2024-08-07 14:53:12 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
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 | ^~