int main() { const Rectangle rect(10,5); cout << rect.getWidth(); }