Detalii evaluare #21752685

Rezumat problemă

#3207 Cercuri

Se dau coordonatele şi razele a două cercuri. Să se determine în câte puncte se intersectează cele două cercuri.

Detalii

Problema Cercuri Operații I/O tastatură/ecran
Limita timp 0.1 secunde Limita memorie Total: 64 MB / Stivă 8 MB
Id soluție #21752685 Utilizator alina anna (alina123456)
Fișier cercuri.cpp Dimensiune 513 B
Data încărcării 12 Martie 2020, 13:32 Scor / rezultat Eroare de compilare

Evaluare


Mesaj compilare

cercuri.cpp:11:1: error: stray '\302' in program
    cin>>r1>>x1>>y>>r2>>x2>>y2;

 ^
cercuri.cpp:11:1: error: stray '\240' in program
cercuri.cpp:11:1: error: stray '\302' in program
cercuri.cpp:11:1: error: stray '\240' in program
cercuri.cpp:13:1: error: stray '\302' in program
    d=sqrt((x2-x1)*(x2-x1)+(y2-y)*(y2-y));

 ^
cercuri.cpp:13:1: error: stray '\240' in program
cercuri.cpp:13:1: error: stray '\302' in program
cercuri.cpp:13:1: error: stray '\240' in program
cercuri.cpp:15:1: error: stray '\302' in program
    if(r1==r2 && y==y2 && x1==x2)

 ^
cercuri.cpp:15:1: error: stray '\240' in program
cercuri.cpp:15:1: error: stray '\302' in program
cercuri.cpp:15:1: error: stray '\240' in program
cercuri.cpp:17:1: error: stray '\302' in program
        cout<<"infinit";

 ^
cercuri.cpp:17:1: error: stray '\240' in program
cercuri.cpp:17:1: error: stray '\302' in program
cercuri.cpp:17:1: error: stray '\240' in program
cercuri.cpp:17:1: error: stray '\302' in program
cercuri.cpp:17:1: error: stray '\240' in program
cercuri.cpp:17:1: error: stray '\302' in program
cercuri.cpp:17:1: error: stray '\240' in program
cercuri.cpp:19:1: error: stray '\302' in program
    else

 ^
cercuri.cpp:19:1: error: stray '\240' in program
cercuri.cpp:19:1: error: stray '\302' in program
cercuri.cpp:19:1: error: stray '\240' in program
cercuri.cpp:21:1: error: stray '\302' in program
    {

 ^
cercuri.cpp:21:1: error: stray '\240' in program
cercuri.cpp:21:1: error: stray '\302' in program
cercuri.cpp:21:1: error: stray '\240' in program
cercuri.cpp:23:1: error: stray '\302' in program
        if(d==abs(r1-r2) || d==r1+r2 )

 ^
cercuri.cpp:23:1: error: stray '\240' in program
cercuri.cpp:23:1: error: stray '\302' in program
cercuri.cpp:23:1: error: stray '\240' in program
cercuri.cpp:23:1: error: stray '\302' in program
cercuri.cpp:23:1: error: stray '\240' in program
cercuri.cpp:23:1: error: stray '\302' in program
cercuri.cpp:23:1: error: stray '\240' in program
cercuri.cpp:25:1: error: stray '\302' in program
        cout<<1;

 ^
cercuri.cpp:25:1: error: stray '\240' in program
cercuri.cpp:25:1: error: stray '\302' in program
cercuri.cpp:25:1: error: stray '\240' in program
cercuri.cpp:25:1: error: stray '\302' in program
cercuri.cpp:25:1: error: stray '\240' in program
cercuri.cpp:25:1: error: stray '\302' in program
cercuri.cpp:25:1: error: stray '\240' in program
cercuri.cpp:27:1: error: stray '\302' in program
    else if (d<r1+r2 && r1+d>r2 && d+r2>r1)

 ^
cercuri.cpp:27:1: error: stray '\240' in program
cercuri.cpp:27:1: error: stray '\302' in program
cercuri.cpp:27:1: error: stray '\240' in program
cercuri.cpp:29:1: error: stray '\302' in program
        cout<<2;

 ^
cercuri.cpp:29:1: error: stray '\240' in program
cercuri.cpp:29:1: error: stray '\302' in program
cercuri.cpp:29:1: error: stray '\240' in program
cercuri.cpp:29:1: error: stray '\302' in program
cercuri.cpp:29:1: error: stray '\240' in program
cercuri.cpp:29:1: error: stray '\302' in program
cercuri.cpp:29:1: error: stray '\240' in program
cercuri.cpp:31:1: error: stray '\302' in program
        else

 ^
cercuri.cpp:31:1: error: stray '\240' in program
cercuri.cpp:31:1: error: stray '\302' in program
cercuri.cpp:31:1: error: stray '\240' in program
cercuri.cpp:31:1: error: stray '\302' in program
cercuri.cpp:31:1: error: stray '\240' in program
cercuri.cpp:31:1: error: stray '\302' in program
cercuri.cpp:31:1: error: stray '\240' in program
cercuri.cpp:33:1: error: stray '\302' in program
            cout<<0;

 ^
cercuri.cpp:33:1: error: stray '\240' in program
cercuri.cpp:33:1: error: stray '\302' in program
cercuri.cpp:33:1: error: stray '\240' in program
cercuri.cpp:33:1: error: stray '\302' in program
cercuri.cpp:33:1: error: stray '\240' in program
cercuri.cpp:33:1: error: stray '\302' in program
cercuri.cpp:33:1: error: stray '\240' in program
cercuri.cpp:33:1: error: stray '\302' in program
cercuri.cpp:33:1: error: stray '\240' in program
cercuri.cpp:33:1: error: stray '\302' in program
cercuri.cpp:33:1: error: stray '\240' in program
cercuri.cpp:35:1: error: stray '\302' in program
        }

 ^
cercuri.cpp:35:1: error: stray '\240' in program
cercuri.cpp:35:1: error: stray '\302' in program
cercuri.cpp:35:1: error: stray '\240' in program
cercuri.cpp:35:1: error: stray '\302' in program
cercuri.cpp:35:1: error: stray '\240' in program
cercuri.cpp:35:1: error: stray '\302' in program
cercuri.cpp:35:1: error: stray '\240' in program
cercuri.cpp:37:1: error: stray '\302' in program
    return 0;

 ^
cercuri.cpp:37:1: error: stray '\240' in program
cercuri.cpp:37:1: error: stray '\302' in program
cercuri.cpp:37:1: error: stray '\240' in program

Cum funcționează evaluarea?

www.pbinfo.ro permite evaluarea a două tipuri de probleme:

  • probleme la care rezolvarea presupune scrierea unui program complet
  • probleme la care rezolvarea presupune scrierea unei secvențe de program - câteva instrucțiuni, o listă de declarații, una sau mai multe funcții, etc.

Problema Cercuri face parte din prima categorie. Soluția propusă de tine va fi evaluată astfel:

  • Programul sursă este compilat folosind compilatorul corespunzător. Dacă în urma compilării se obțin erori sau avertismente, acestea sunt afișate în această pagină.
  • Dacă programul a fost compilat, executabilul obținut va fi rulat, furnizându-i-se unul sau mai multe seturi de date de intrare, în concordanță cu restricțiile specifice problemei. Pentru fiecare set de date se obține un anumit punctaj, în raport cu corectitudinea soluției tale.

Suma punctajelor acordate pe testele utilizate pentru verificare este 100. Astfel, soluția ta poate obține cel mult 100 de puncte, caz în care se poate considera corectă.