1234567891011
#include <iostream> using namespace std; int main() { int mynumber; mynumber = 10; cout << mynumber << endl; return 0; }