" Life is not a problem to be solved but a reality to be experienced! "
© Copyright 2013 - 2025 KUDO.TIPS - All rights reserved.
#include <iostream>
void main()
{
const unsigned int x=5;
std::cout << x << std::endl;
system("pause");
}