#1925
Numar9
Se dau două numere naturale S
şi K
. Să se afle cel mai mic număr natural A
care are suma cifrelor egală cu S
, precum şi restul împărţirii lui A
la K
.
Olimpiada de Informatică , etapa pe şcoală , C.N. Tudor Vladimirescu , Târgu Jiu , 2017
Problema | Numar9 | Operații I/O |
numar9.in /numar9.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 16 MB
/
Stivă 8 MB
|
Id soluție | #54182205 | Utilizator | |
Fișier | numar9.cpp | Dimensiune | 465 B |
Data încărcării | 21 Noiembrie 2024, 14:43 | Scor / rezultat | Eroare de compilare |
numar9.cpp:5:1: error: stray '\342' in program ifstream f(“numar9.in”); ^ numar9.cpp:5:1: error: stray '\200' in program numar9.cpp:5:1: error: stray '\234' in program numar9.cpp:5:1: error: stray '\342' in program numar9.cpp:5:1: error: stray '\200' in program numar9.cpp:5:1: error: stray '\235' in program numar9.cpp:6:1: error: stray '\342' in program ofstream g(“numar9.out”); ^ numar9.cpp:6:1: error: stray '\200' in program numar9.cpp:6:1: error: stray '\234' in program numar9.cpp:6:1: error: stray '\342' in program numar9.cpp:6:1: error: stray '\200' in program numar9.cpp:6:1: error: stray '\235' in program numar9.cpp:11:1: error: stray '\342' in program { f >> s >> k ; r = s % 9 ; c = s / 9 ; m = c / 9 ; n = c % 9 ; if ( r != 0 ) g << r ; x = r % k ; for ( i = 1 ; i <= n ; i++ ) { g << 9 ; x = ( x * 10 + 9 ) % k ; } for ( i = 1 ; i <= m ; i++ ) { g << a ; x = ( x * 1000000000 + a ) % k ; } g << “\n” ; g << x ; ^ numar9.cpp:11:1: error: stray '\200' in program numar9.cpp:11:1: error: stray '\234' in program numar9.cpp:11:1: error: stray '\' in program numar9.cpp:11:1: error: stray '\342' in program numar9.cpp:11:1: error: stray '\200' in program numar9.cpp:11:1: error: stray '\235' in program numar9.cpp:5:15: error: 'numar9' was not declared in this scope ifstream f(“numar9.in”); ^ numar9.cpp:6:15: error: 'numar9' was not declared in this scope ofstream g(“numar9.out”); ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Numar9 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ă.