#1: Ye've gat the rong stayle of #include, dere, at least fer iostream. (replace "" with <>)
#2: conio.h is severely deprecated, and for a good reason, too. I suggest you don't use it.
#3: The standard commands that you use int main() in place of void main(). g++ won't even compile that.
#4: @Line 15: I never saw any using, and never any scope resolution operators with std on the left-hand side.
What compiler are you using!?! If it claims to be a C++ compiler and it actually did compile this code, drop it right away and switch to the newest version of g++ or Visual Studio! The bird-brain commands it!