C++第三章例題

#include <iostream> #include <climits> #include <cstdlib> int main() { using namespace std; int n_int = INT_MAX; short n_short = SHRT_MAX; long n_long = LONG_MAX; long long n_llong = LLONG_MAX; cout <
相關文章
相關標籤/搜索