Preview:
#include <iostream>
#include <climits>
using namespace std;
int main(int argc, char **argv)
{
	cout << "嗨客网(www.haicoder.net)\n" << endl;
	short shortMin = SHRT_MIN;
	short shortMax = SHRT_MAX;
	cout << "shortMin = " << shortMin << " shortMax = " << shortMax << endl;
}
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter