摘要: 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) 推荐(0) 编辑