Code:
#include <stdio.h>
Is not needed.

"std::" is also unnecessary because you declared the namespace to std. You only need to use the std class from the #include <iostream> when you don't have
Code:
using namespace std;