#3786
toate
De n
numere sunt date,
Şi cifra nouă e-n toate,
Află ce număr devine
Maxim făr’de nouă-n sine?
Problema | toate | Operații I/O |
toate.in /toate.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #54199632 | Utilizator | |
Fișier | toate.cpp | Dimensiune | 539 B |
Data încărcării | 21 Noiembrie 2024, 22:05 | Scor / rezultat | Eroare de compilare |
toate.cpp:3:7: error: expected nested-name-specifier before 'name' using name space std; ^ toate.cpp:3:7: error: 'name' has not been declared toate.cpp:3:12: error: expected ';' before 'space' using name space std; ^ toate.cpp:3:12: error: 'space' does not name a type toate.cpp:5:1: error: 'ifstream' does not name a type ifstream fin ("toate.in"); ^ toate.cpp:6:1: error: 'ofstream' does not name a type ofstream fout ("toate.out"); ^ toate.cpp: In function 'int main()': toate.cpp:11:5: error: 'fin' was not declared in this scope fin >> n; ^ toate.cpp:28:5: error: 'fout' was not declared in this scope fout << maxim; ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema toate 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ă.