QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#217090 | #6549. Two Missing Numbers | ucup-team874 | Compile Error | / | / | C++14 | 2.0kb | 2023-10-16 14:45:11 | 2023-10-16 14:45:11 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘uint64_t mul(uint64_t, uint64_t)’: answer.code:21:39: note: use ‘-flax-vector-conversions’ to permit conversions between vectors with differing element types or numbers of subparts 21 | v2di c = __builtin_ia32_pclmulqdq128(x,y,0); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ answer.code:21:40: error: cannot convert ‘v2di’ {aka ‘__vector(2) long int’} to ‘__vector(2) long long int’ 21 | v2di c = __builtin_ia32_pclmulqdq128(x,y,0); | ^ | | | v2di {aka __vector(2) long int} <built-in>: note: initializing argument 1 of ‘__vector(2) long long int __builtin_ia32_pclmulqdq128(__vector(2) long long int, __vector(2) long long int, int)’ answer.code:22:40: error: cannot convert ‘v2di’ {aka ‘__vector(2) long int’} to ‘__vector(2) long long int’ 22 | v2di d = __builtin_ia32_pclmulqdq128(c,z,0x11); | ^ | | | v2di {aka __vector(2) long int} <built-in>: note: initializing argument 1 of ‘__vector(2) long long int __builtin_ia32_pclmulqdq128(__vector(2) long long int, __vector(2) long long int, int)’ answer.code:23:36: error: cannot convert ‘v2di’ {aka ‘__vector(2) long int’} to ‘__vector(2) long long int’ 23 | d ^= __builtin_ia32_pclmulqdq128(d,z,0x11); | ^ | | | v2di {aka __vector(2) long int} <built-in>: note: initializing argument 1 of ‘__vector(2) long long int __builtin_ia32_pclmulqdq128(__vector(2) long long int, __vector(2) long long int, int)’