#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 | #53955604 | Utilizator | |
Fișier | maxcif.cpp | Dimensiune | 330 B |
Data încărcării | 15 Noiembrie 2024, 19:01 | 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:11:9: error: 'i' was not declared in this scope for (i=1; i<10; i++) ^ maxcif.cpp:12:11: error: 'v' was not declared in this scope if (v[i] > max) ^ maxcif.cpp:15:9: error: 'i' was not declared in this scope for (i=1; i<10; i++) ^ maxcif.cpp:16:11: error: 'v' was not declared in this scope if (v[i] == max) ^ maxcif.cpp:17:10: error: 'fout' was not declared in this scope fout << i<<" "; ^ maxcif.cpp:7:9: warning: unused variable 'f' [-Wunused-variable] int f[10]={0}, max=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ă.