#382
AproapeK
Se dau două numere naturale nenule n
și k
. Să se determine multiplul lui k
cel mai apropiat de n
.
Problema | AproapeK | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #46425371 | Utilizator | |
Fișier | aproapek.cpp | Dimensiune | 270 B |
Data încărcării | 13 Noiembrie 2023, 18:27 | Scor / rezultat | Eroare de compilare |
aproapek.cpp:2:16: error: expected identifier before '.' token using namespace.std ^ aproapek.cpp:2:16: error: expected ';' before '.' token aproapek.cpp:2:16: error: expected unqualified-id before '.' token aproapek.cpp:3:26: error: 'difM' does not name a type int k,n,p,x,m,M,difm;difM; ^ aproapek.cpp: In function 'int main()': aproapek.cpp:5:5: error: 'cin' was not declared in this scope cin>>k>>n; ^ aproapek.cpp:5:5: note: suggested alternative: In file included from aproapek.cpp:1:0: /usr/include/c++/4.8/iostream:60:18: note: 'std::cin' extern istream cin; /// Linked to standard input ^ aproapek.cpp:5:10: error: 'k' was not declared in this scope cin>>k>>n; ^ aproapek.cpp:5:13: error: 'n' was not declared in this scope cin>>k>>n; ^ aproapek.cpp:6:5: error: 'x' was not declared in this scope x=n/k; ^ aproapek.cpp:7:5: error: 'm' was not declared in this scope m=k*x; ^ aproapek.cpp:8:5: error: 'M' was not declared in this scope M=k*(x+1); ^ aproapek.cpp:9:5: error: 'difm' was not declared in this scope difm=n-m; ^ aproapek.cpp:10:5: error: 'difM' was not declared in this scope difM=M-n; ^ aproapek.cpp:12:9: error: 'cout' was not declared in this scope cout<<m; ^ aproapek.cpp:12:9: note: suggested alternative: In file included from aproapek.cpp:1:0: /usr/include/c++/4.8/iostream:61:18: note: 'std::cout' extern ostream cout; /// Linked to standard output ^ aproapek.cpp:14:9: error: 'cout' was not declared in this scope cout<<M; ^ aproapek.cpp:14:9: note: suggested alternative: In file included from aproapek.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 AproapeK 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ă.