Andreimihai2705 Andreimihai2705 16-11-2022 Informatică a fost răspuns Ma puteti ajuta si pe mine ? La problema #922 de pe pbinfo.ro imi da 60 pct pentru aceasta solutie : #include using namespace std; int x,y,nr,n,i ; double dist,dmax ; int main() { cin>>n ; for (i=1;i<=n;i++) { cin>>x>>y ; x=abs(x) ; y=abs(y) ; dist= x*x+y*y ; dist= sqrt(dist) ; if (dist>dmax) {nr=1; dmax=dist; } else if (dist==dmax) {nr++; } } cout< return 0; } Imi puteti spune ce este gresit va rog ? P.S: Dau coroana