#include <stdio.h> #include <limits.h> int main() { /* INT_MAX is the maximum representable integer. */ int a = INT_MAX; printf("a = %d\n", ...
確定! 回上一頁