> variable;"> > variable;"> > variable;">
// It must use "using namespace std;" before "cout" and "cin"
cout << "something";
cin >> variable;

Know later

cin.get();

note

有些環境會提供骨架, 不會明顯去顯示main的位置

ex.

_tmain()