QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#642862 | #5513. Advertisement 2 | ZhaoZiLong | Compile Error | / | / | C++23 | 640b | 2024-10-15 16:41:20 | 2024-10-15 16:41:21 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code:14:31: warning: left shift count is negative [-Wshift-count-negative] 14 | bool kkkkk[11<<4<<5<<1<<4<<1*9<<1/9-8<<1>>0]; | ~~~~~~~~~~~~~~~~~~~^~~~~~~ answer.code:14:41: error: size of array ‘kkkkk’ is not an integral constant-expression 14 | bool kkkkk[11<<4<<5<<1<<4<<1*9<<1/9-8<<1>>0]; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ answer.code: In function ‘int main()’: answer.code:22:32: error: ‘struct point’ has no member named ‘w’ 22 | if (kkkkk[a[i].w]==0) kkksc03++; | ^