max1.cpp

max1.cpp

#include ‹stl.h›

#include ‹iostream.h›

int main() {

 cout ‹‹ max(42, 100) ‹‹ endl;

 return 0;

}