#2154
okcpp
Despre numărul natural N
spunem că are proprietatea okcpp dacă oricum alegem K
cifre ale sale vom găsi printre ele cel puţin P
cifre distincte (oricare k cel puțin p).
Cerințe
(1) Fiind date numerele naturale K
, P
, A
și B
să se calculeze și să se afișeze numărul de numere okcpp din intervalul [A,B]
.
(2) Fiind date numerele naturale K
, P
și N
să se calculeze și să se afișeze cel mai mic număr okcpp care este mai mare sau egal cu N
.
Problema | okcpp | Operații I/O |
okcpp.in /okcpp.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 32 MB
/
Stivă 8 MB
|
Id soluție | #50703645 | Utilizator | |
Fișier | okcpp.cpp | Dimensiune | 2.96 KB |
Data încărcării | 22 Aprilie 2024, 22:34 | Scor / rezultat | Eroare de compilare |
okcpp.cpp:3:13: error: 'long long long' is too long for GCC #define int long long ^ okcpp.cpp:7:11: note: in expansion of macro 'int' long long int k,p; ^ okcpp.cpp:3:18: error: 'long long long' is too long for GCC #define int long long ^ okcpp.cpp:7:11: note: in expansion of macro 'int' long long int k,p; ^ okcpp.cpp:3:13: error: 'long long long' is too long for GCC #define int long long ^ okcpp.cpp:8:11: note: in expansion of macro 'int' long long int v[20],f[20],v2[20]; ^ okcpp.cpp:3:18: error: 'long long long' is too long for GCC #define int long long ^ okcpp.cpp:8:11: note: in expansion of macro 'int' long long int v[20],f[20],v2[20]; ^ okcpp.cpp:3:13: error: 'long long long' is too long for GCC #define int long long ^ okcpp.cpp:9:20: note: in expansion of macro 'int' bool ver(long long int x) ^ okcpp.cpp:3:18: error: 'long long long' is too long for GCC #define int long long ^ okcpp.cpp:9:20: note: in expansion of macro 'int' bool ver(long long int x) ^ okcpp.cpp: In function 'bool ver(long long int)': okcpp.cpp:3:13: error: 'long long long' is too long for GCC #define int long long ^ okcpp.cpp:19:15: note: in expansion of macro 'int' long long int nr_cif=0, apar=0; ^ okcpp.cpp:3:18: error: 'long long long' is too long for GCC #define int long long ^ okcpp.cpp:19:15: note: in expansion of macro 'int' long long int nr_cif=0, apar=0; ^ okcpp.cpp: At global scope: okcpp.cpp:3:13: error: 'long long long' is too long for GCC #define int long long ^ okcpp.cpp:32:22: note: in expansion of macro 'int' bool check(long long int poz,long long int cif) ^ okcpp.cpp:3:18: error: 'long long long' is too long for GCC #define int long long ^ okcpp.cpp:32:22: note: in expansion of macro 'int' bool check(long long int poz,long long int cif) ^ okcpp.cpp:3:13: error: 'long long long' is too long for GCC #define int long long ^ okcpp.cpp:32:40: note: in expansion of macro 'int' bool check(long long int poz,long long int cif) ^ okcpp.cpp:3:18: error: 'long long long' is too long for GCC #define int long long ^ okcpp.cpp:32:40: note: in expansion of macro 'int' bool check(long long int poz,long long int cif) ^ okcpp.cpp: In function 'bool check(long long int, long long int)': okcpp.cpp:3:13: error: 'long long long' is too long for GCC #define int long long ^ okcpp.cpp:43:19: note: in expansion of macro 'int' long long int minn=20,add=0; ^ okcpp.cpp:3:18: error: 'long long long' is too long for GCC #define int long long ^ okcpp.cpp:43:19: note: in expansion of macro 'int' long long int minn=20,add=0; ^ okcpp.cpp:3:13: error: 'long long long' is too long for GCC #define int long long ^ okcpp.cpp:52:15: note: in expansion of macro 'int' long long int nr=0; ^ okcpp.cpp:3:18: error: 'long long long' is too long for GCC #define int long long ^ okcpp.cpp:52:15: note: in expansion of macro 'int' long long int nr=0; ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema okcpp 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ă.