#include using namespace std; int main() { // Can't do this ... why? cin >> endl; return 0; }