#include <array>
#include <atomic>
#include <iostream>
using namespace std;
int main()
{
std::array<std::atomic_size_t, 10> arr{{{0}, {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0} }};
return 0;
}
I2luY2x1ZGUgPGFycmF5PgojaW5jbHVkZSA8YXRvbWljPgojaW5jbHVkZSA8aW9zdHJlYW0+CnVzaW5nIG5hbWVzcGFjZSBzdGQ7CgppbnQgbWFpbigpIAp7CglzdGQ6OmFycmF5PHN0ZDo6YXRvbWljX3NpemVfdCwgMTA+IGFycnt7ezB9LCB7MH0sIHswfSwgezB9LCB7MH0sIHswfSwgezB9LCB7MH0sIHswfSwgezB9IH19OwoJcmV0dXJuIDA7Cn0=