QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#767923 | #9748. 最大公因数的平方和 | ucup-team5027# | Compile Error | / | / | C++20 | 1.9kb | 2024-11-20 22:46:16 | 2024-11-20 22:46:17 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:41:40: error: narrowing conversion of ‘-1’ from ‘int’ to ‘unsigned int’ [-Wnarrowing] 41 | d[++dw]=(node){i,al,br,-1}; | ^~ answer.code:42:40: error: narrowing conversion of ‘-1’ from ‘int’ to ‘unsigned int’ [-Wnarrowing] 42 | d[++dw]=(node){i,ar,bl,-1}; | ^~