for ( int i = 1; i <= n; i++ ) cin >> a[i]; for ( int i = 1; i <= n; i++ ) sum[i] = sum[i-1] ^ a[i]; ...
You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.