#364
cifre1
Se dau n
numere naturale. Determinați numărul pentru care prima cifră este maximă.
Problema | cifre1 | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #54030082 | Utilizator | |
Fișier | cifre1.cpp | Dimensiune | 269 B |
Data încărcării | 18 Noiembrie 2024, 11:45 | Scor / rezultat | Eroare de compilare |
cifre1.cpp:2:5: error: expected initializer before 'int' int maxx,maxc,p,x,n; ^ cifre1.cpp:3:1: error: expected unqualified-id before '{' token {while(n>9) ^ cifre1.cpp: In function 'int main()': cifre1.cpp:8:4: error: 'cin' was not declared in this scope { cin>>n; ^ cifre1.cpp:8:9: error: 'n' was not declared in this scope { cin>>n; ^ cifre1.cpp:10:7: error: 'x' was not declared in this scope {cin>>x; ^ cifre1.cpp:11:2: error: 'p' was not declared in this scope p=cifra(x); ^ cifre1.cpp:11:11: error: 'cifra' was not declared in this scope p=cifra(x); ^ cifre1.cpp:12:7: error: 'maxc' was not declared in this scope if(p>maxc) ^ cifre1.cpp:14:3: error: 'maxx' was not declared in this scope maxx=x;} ^ cifre1.cpp:17:7: error: 'maxx' was not declared in this scope if(x>maxx) ^ cifre1.cpp:19:2: error: 'cout' was not declared in this scope cout<<maxx; ^ cifre1.cpp:19:8: error: 'maxx' was not declared in this scope cout<<maxx; ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema cifre1 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ă.