QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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 | ^~