| Problem | fenwicktree |
|---|---|
| User | jmuzhen |
| Submission Time | 2025-12-22 12:08:38 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fenwicktree.cpp: In function ‘void upd(int, int, int)’:
fenwicktree.cpp:58:15: error: ‘_mm256_set1_epi64’ was not declared in this scope; did you mean ‘_mm256_set1_epi64x’?
58 | __m256i t=_mm256_set1_epi64(X);
| ^~~~~~~~~~~~~~~~~
| _mm256_set1_epi64x
fenwicktree.cpp: In function ‘long long int qry(int, int)’:
fenwicktree.cpp:69:15: error: ‘_mm256_set1_epi64’ was not declared in this scope; did you mean ‘_mm256_set1_epi64x’?
69 | __m256i t=_mm256_set1_epi64(0);
| ^~~~~~~~~~~~~~~~~
| _mm256_set1_epi64x