#4602
numere31
Se dau n
numere naturale.
Se cere să se determine câte dintre cele n numere citite au proprietatea că sunt prime cu suma cifrelor lor. De exemplu, 25 este prim cu 7 (care este suma cifrelor lui 25), iar 33 nu este prim cu 6 (care este suma cifrelor lui 30).
Problema | numere31 | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #52477623 | Utilizator | |
Fișier | numere31.cpp | Dimensiune | 976 B |
Data încărcării | 01 Octombrie 2024, 11:23 | Scor / rezultat | Eroare de compilare |
numere31.cpp:2:7: error: expected nested-name-specifier before 'System' using System; ^ numere31.cpp:2:7: error: 'System' has not been declared numere31.cpp:3:7: error: expected nested-name-specifier before 'System' using System.IO; ^ numere31.cpp:3:7: error: 'System' has not been declared numere31.cpp:3:13: error: expected ';' before '.' token using System.IO; ^ numere31.cpp:3:13: error: expected unqualified-id before '.' token numere31.cpp:4:7: error: expected nested-name-specifier before 'System' using System.Collections.Generic; ^ numere31.cpp:4:7: error: 'System' has not been declared numere31.cpp:4:13: error: expected ';' before '.' token using System.Collections.Generic; ^ numere31.cpp:4:13: error: expected unqualified-id before '.' token numere31.cpp:5:7: error: expected nested-name-specifier before 'System' using System.Linq; ^ numere31.cpp:5:7: error: 'System' has not been declared numere31.cpp:5:13: error: expected ';' before '.' token using System.Linq; ^ numere31.cpp:5:13: error: expected unqualified-id before '.' token numere31.cpp:6:7: error: expected nested-name-specifier before 'System' using System.Threading; ^ numere31.cpp:6:7: error: 'System' has not been declared numere31.cpp:6:13: error: expected ';' before '.' token using System.Threading; ^ numere31.cpp:6:13: error: expected unqualified-id before '.' token numere31.cpp:7:7: error: expected nested-name-specifier before 'System' using System.Threading.Tasks; ^ numere31.cpp:7:7: error: 'System' has not been declared numere31.cpp:7:13: error: expected ';' before '.' token using System.Threading.Tasks; ^ numere31.cpp:7:13: error: expected unqualified-id before '.' token numere31.cpp:9:1: error: expected unqualified-id before 'public' public class Pl { ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema numere31 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ă.