#3667
cifmaximp
Se dau n
numere naturale. Determinaţi câte dintre ele au cifra maximă un număr impar.
Problema | cifmaximp | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #53595459 | Utilizator | |
Fișier | cifmaximp.cpp | Dimensiune | 618 B |
Data încărcării | 06 Noiembrie 2024, 08:38 | Scor / rezultat | Eroare de compilare |
cifmaximp.cpp: In function 'int main()': cifmaximp.cpp:13:16: error: 'o' was not declared in this scope int n,c,nr=o; ^ cifmaximp.cpp:15:9: error: 'i' was not declared in this scope for(i=1,i<=n, i++); ^ cifmaximp.cpp:15:22: error: expected ';' before ')' token for(i=1,i<=n, i++); ^ cifmaximp.cpp:16:5: error: expected primary-expression before '{' token {cin>>x; ^ cifmaximp.cpp:16:5: error: expected ';' before '{' token cifmaximp.cpp:16:5: error: expected primary-expression before '{' token cifmaximp.cpp:16:5: error: expected ')' before '{' token cifmaximp.cpp:16:11: error: 'x' was not declared in this scope {cin>>x; ^ cifmaximp.cpp:19:10: error: invalid operands of types 'int' and '<unresolved overloaded function type>' to binary 'operator>' if(c>max)max=c; ^ cifmaximp.cpp:19:17: error: overloaded function with no contextual type information if(c>max)max=c; ^ cifmaximp.cpp:21:4: error: 'max2' was not declared in this scope if(max2%!=0) nr=nr+1} ^ cifmaximp.cpp:21:9: error: expected primary-expression before '!=' token if(max2%!=0) nr=nr+1} ^ cifmaximp.cpp:21:21: error: expected ';' before '}' token if(max2%!=0) nr=nr+1} ^ cifmaximp.cpp: At global scope: cifmaximp.cpp:22:1: error: 'cout' does not name a type cout<<nr; ^ cifmaximp.cpp:25:5: error: expected unqualified-id before 'return' return 0; ^ cifmaximp.cpp:26:1: error: expected declaration before '}' token } ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema cifmaximp 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ă.