mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-13 07:25:42 +08:00
Update searching_of_element_in_dynamic_array.cpp
This commit is contained in:
@@ -35,8 +35,7 @@
|
||||
|
||||
// this is main fuction
|
||||
// ***
|
||||
int main()
|
||||
{
|
||||
int main() {
|
||||
int64_t r, mr = 0, x, q, i, z;
|
||||
std::cout << "Enter Number of array you want to Store :";
|
||||
std::cin >> x;
|
||||
|
||||
Reference in New Issue
Block a user