#include <stl.h> #include <iostream.h> int main () { cout << max (42, 100) << endl; return 0; }