#include iostream
using namespace std;
int main()
{
char c = 69;
cout c;
return 0;
}

Posted on by