#include #include using namespace std; inline int maxwindowsize() {return 100;} int main() { cout << maxwindowsize() << "\n"; return EXIT_SUCCESS; }