Rename 17.cpp to tema_1/17.cpp

This commit is contained in:
Alexandru Tofănel
2025-12-09 16:32:54 +02:00
committed by GitHub
parent 1a21f02e82
commit 33676306e6
+1 -1
View File
@@ -51,4 +51,4 @@ int main(){
std::cout << n << " cu toate aparitiile cifrei 0 inlocuite cu cifra 1 este "; std::cout << n << " cu toate aparitiile cifrei 0 inlocuite cu cifra 1 este ";
std::cout << nFinal << std::endl; std::cout << nFinal << std::endl;
return 0; return 0;
} }