#264
MaxCif
Se dau mai multe numere naturale formate din exact o cifră. Determinaţi cifrele cu număr maxim de apariţii.
Problema | MaxCif | Operații I/O |
maxcif.in /maxcif.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #53955620 | Utilizator | |
Fișier | maxcif.cpp | Dimensiune | 332 B |
Data încărcării | 15 Noiembrie 2024, 19:02 | Scor / rezultat | Eroare de compilare |
maxcif.cpp:3:11: error: variable 'std::ifstream f' has initializer but incomplete type ifstream f("maxcif.in"); ^ maxcif.cpp:4:11: error: variable 'std::ofstream g' has initializer but incomplete type ofstream g("maxcif.out"); ^ maxcif.cpp: In function 'int main()': maxcif.cpp:9:13: error: 'fin' was not declared in this scope while (fin >> x) ^ maxcif.cpp:9:20: error: 'x' was not declared in this scope while (fin >> x) ^ maxcif.cpp:12:18: error: invalid operands of types 'int' and '<unresolved overloaded function type>' to binary 'operator>' if (v[i] > max) ^ maxcif.cpp:13:14: error: overloaded function with no contextual type information max = v[i]; ^ maxcif.cpp:16:19: error: invalid operands of types 'int' and '<unresolved overloaded function type>' to binary 'operator==' if (v[i] == max) ^ maxcif.cpp:17:10: error: 'fout' was not declared in this scope fout << i<<" "; ^ maxcif.cpp:7:21: warning: unused variable 'xmax' [-Wunused-variable] int v[10]={0},i,xmax=0; ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema MaxCif face parte din prima categorie. Soluția propusă de tine va fi evaluată astfel:
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ă.