#1311
CifEgale
Se citește de la tastatură un număr natural de 3
cifre. Să se stabilească dacă are toate cifrele egale.
Problema | CifEgale | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #53990444 | Utilizator | |
Fișier | cifegale.cpp | Dimensiune | 263 B |
Data încărcării | 17 Noiembrie 2024, 08:24 | Scor / rezultat | Eroare de compilare |
cifegale.cpp:3:7: error: expected nested-name-specifier before 'namspace' using namspace std; ^ cifegale.cpp:3:7: error: 'namspace' has not been declared cifegale.cpp:3:16: error: expected ';' before 'std' using namspace std; ^ cifegale.cpp:3:16: error: 'std' does not name a type cifegale.cpp: In function 'int main()': cifegale.cpp:9:5: error: 'cin' was not declared in this scope cin >> numar; ^ cifegale.cpp:9:5: note: suggested alternative: In file included from cifegale.cpp:1:0: /usr/include/c++/4.8/iostream:60:18: note: 'std::cin' extern istream cin; /// Linked to standard input ^ cifegale.cpp:12:9: error: 'cout' was not declared in this scope cout << "da"; ^ cifegale.cpp:12:9: note: suggested alternative: In file included from cifegale.cpp:1:0: /usr/include/c++/4.8/iostream:61:18: note: 'std::cout' extern ostream cout; /// Linked to standard output ^ cifegale.cpp:15:9: error: 'cout' was not declared in this scope cout << "nu"; ^ cifegale.cpp:15:9: note: suggested alternative: In file included from cifegale.cpp:1:0: /usr/include/c++/4.8/iostream:61:18: note: 'std::cout' extern ostream cout; /// Linked to standard output ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema CifEgale 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ă.