Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2020
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.21 KB | None | 0 0
  1. p.second = amount * company_best[owner] * p.first->goods[type].rating / best_sum / company_sum[owner];
  2. assert(p.second == amount * company_best[owner] * p.first->goods[type].rating / (best_sum * company_sum[owner]));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement