[LeetCode] 2433. Find The Original Array of Prefix Xor

You are given an integer array pref of size n. Find and return the array arr of size n that satisfies: pref[i] = arr[0] ^ arr[1] ^ ... ^ arr[i]. Note
posted @ 2023-09-05 04:13  CNoodle  阅读(60)  评论(0编辑  收藏  举报