Detalii evaluare #60449776

Rezumat problemă

Dale
C++
#4396

Se consideră o curte de dimensiuni \(n \times m\). Curtea trebuie pavată cu dale identice de dimensiuni \(a \times b\), unde \(a\) și \(b\) sunt numere întregi. O dală costă \(\$1\), iar bugetul nostru este de \(\$B\). Câte perechi \((a,b)\) există, astfel încât putem pava curtea cu dale de dimensiuni \(a \times b\) și costul total al dalelor necesare nu depășește \(\$B\)?

Concursul Aurel Vlaicu 2023, clasele 9-10, 11-12
Consola Todoran Alexandru (alextodoran) Alexandru Todoran concurs

Detalii

Problema Dale Operații I/O tastatură/ecran
Limita timp 1 secunde Limita memorie Total: 64 MB / Stivă 8 MB
Id soluție #60449776 Utilizator Natri Alexia (Alerr44)
Fișier dale.cpp Dimensiune 1.82 KB
Data încărcării 02 Noiembrie 2025, 03:39 Scor/rezultat 0 puncte

Evaluare

Mesaj compilare


Rezultat evaluare

Test Timp Mesaj evaluare Scor posibil Scor obținut
1 0 secunde Exited with error status 49 1 0
2 0 secunde Exited with error status 49 1 0
3 0 secunde Exited with error status 56 1 0
4 0 secunde Exited with error status 53 1 0
5 0 secunde Exited with error status 51 1 0
6 0 secunde Exited with error status 54 1 0
7 0 secunde Exited with error status 52 1 0
8 0 secunde Exited with error status 56 1 0
9 0 secunde Exited with error status 52 2 0
10 0 secunde Exited with error status 49 1 0
11 0 secunde Exited with error status 49 1 0
12 0 secunde Exited with error status 53 1 0
13 0 secunde Exited with error status 49 1 0
14 0 secunde Exited with error status 49 1 0
15 0 secunde Exited with error status 52 1 0
16 0 secunde Exited with error status 54 1 0
17 0 secunde Exited with error status 50 2 0
18 0 secunde Exited with error status 51 2 0
19 0 secunde Exited with error status 54 2 0
20 0 secunde Exited with error status 55 2 0
21 0 secunde Exited with error status 49 2 0
22 0 secunde Exited with error status 49 2 0
23 0 secunde Exited with error status 56 2 0
24 0 secunde Exited with error status 49 2 0
25 0 secunde Exited with error status 49 2 0
26 0 secunde Exited with error status 56 2 0
27 0 secunde Exited with error status 56 2 0
28 0 secunde Exited with error status 54 2 0
29 0 secunde Exited with error status 51 3 0
30 0 secunde Exited with error status 53 3 0
31 0 secunde Exited with error status 49 3 0
32 0 secunde Exited with error status 54 1 0
33 0 secunde Exited with error status 49 1 0
34 0 secunde Exited with error status 52 2 0
35 0 secunde Exited with error status 50 2 0
36 0 secunde Exited with error status 56 2 0
37 0 secunde Exited with error status 57 2 0
38 0 secunde Exited with error status 50 3 0
39 0 secunde Exited with error status 54 3 0
40 0 secunde Exited with error status 54 3 0
41 0 secunde Exited with error status 52 3 0
42 0 secunde Exited with error status 52 3 0
43 0 secunde Exited with error status 52 3 0
44 0 secunde Exited with error status 54 3 0
45 0 secunde Exited with error status 54 3 0
46 0 secunde Exited with error status 51 3 0
47 0 secunde Exited with error status 51 3 0
48 0 secunde Exited with error status 49 3 0
49 0 secunde Exited with error status 49 3 0
50 0 secunde Exited with error status 50 4 0
Punctaj total 0

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 Dale 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ă.

Du-te sus!