Run »
#include
using namespace std; int main () { int myNum = 1000; cout << myNum; return 0; }
1000