#525
Numere1
Se dau n
numere naturale. Determinaţi cele mai mari două numere cu trei cifre care nu apar printre numerele date.
Problema | Numere1 | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #55024709 | Utilizator | |
Fișier | numere1.cpp | Dimensiune | 540 B |
Data încărcării | 17 Decembrie 2024, 09:34 | Scor / rezultat | Eroare de compilare |
numere1.cpp: In function 'int main()': numere1.cpp:6:5: error: declaration does not declare anything [-fpermissive] int ; ^ numere1.cpp:7:10: error: 'n' was not declared in this scope cin>>n; ^ numere1.cpp:8:9: error: 'i' was not declared in this scope for(i=1;i<=n;i++) ^ numere1.cpp:10:14: error: 'x' was not declared in this scope cin>>x; ^ numere1.cpp:11:29: error: expected ';' before ')' token for(x>=100 && x<=999) ^ numere1.cpp:13:5: error: expected primary-expression before '}' token } ^ numere1.cpp:13:5: error: expected ';' before '}' token numere1.cpp:13:5: error: expected primary-expression before '}' token numere1.cpp:13:5: error: expected ')' before '}' token numere1.cpp:13:5: error: expected primary-expression before '}' token numere1.cpp:13:5: error: expected ';' before '}' token numere1.cpp:14:5: error: 'a' was not declared in this scope a=0; ^ numere1.cpp:15:9: error: 'i' was not declared in this scope for(i=999;i>=100;i--) ^ numere1.cpp:21:5: error: 'b' was not declared in this scope b=0; ^ numere1.cpp:22:9: error: 'i' was not declared in this scope for(i=a-1;i>=100;i--) ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Numere1 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ă.