In a virtual world, namely Jianghu, there are

Kungfu masters with their own unique skills. However, due to the lack of exercise, they were no longer skilled masters and were even getting fat! To deal with this problem, they decided to hold a Kungfu conference titled "let fat tension"(LFT, IF: 0.053), where they can deeply learn from each other to practice their skills.
The

-th Kungfu master has two attributes, which are the attribute of ability and the attribute of skill. The

-th master's attribute of ability can be represented as a vector

of length

while his attribute of skill can be represented as a vector

of length

.
In the Kungfu conference, a master will deeply learn from every other Kungfu master to enhance their skills.
The learning efficiency between

-th master and

-th master is defined as
)
, which is the cosine similarity between their
attribute of ability 
and

. Formally, we have:
where "

" denotes dot-product between two vectors and "

" denotes the magnitude of a vector. Note that
%3D1)
always holds.
After deeply learning from others, the

-th master's attribute of skill will become:
The learning process for

Kungfu masters happens simultaneously.
Please calculate the new attribute of skill for all Kungfu master.
Supplementary material: The dot-product of two vectors

and

with length

is defined as

.
The magnitude of a vector

with length

is defined as

.