min1.cpp min1.cpp #include ‹stl.h›#include ‹iostream.h›int main() { cout ‹‹ min(42, 100) ‹‹ endl; return 0;}