Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
CPP - Arrays - Ex.3
//Write a program that asks the user to type 10 integers of an array and an integer value V. //The program must search if the value V exists in the array and must remove the first occurrence of V, //shifting each following element left and adding a zero at the end of the array. The program must then write the final array. #include <iostream> int main() { std::cout << "Hello, world!\n"; }
run
|
edit
|
history
|
help
0
KMP substring search
Problema1
Спарсить полученный в виде строки JSON в объект (Boost)
3SUM problem
Identifying polimorphic types without using RTTI or type mappings
YesToDafT
GL interview
typecasting
typedef
5