#include #include using namespace std; int main(int nargs, char **args) { int x; cout << x << endl; return EXIT_SUCCESS; }