need help with this problem

Правка en1, от TuHoangAnh, 2022-02-23 17:49:56

given an array consists of $$$n$$$ integers and an integer $$$p$$$, find number of pair($$$i,j$$$):

so that $$$i \lt j$$$ and $$$(a[i]*a[j])$$$ $$$mod$$$ $$$p$$$ $$$=$$$ $$$(a[i]+a[j])$$$ $$$mod$$$ $$$p$$$

$$$n \lt =10^5$$$

$$$1 \lt p \lt =10^9$$$

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en1 Английский TuHoangAnh 2022-02-23 17:49:56 218 Initial revision (published)