#include <stdio.h> int main(int argc, char **argv) { int j = 2147483647; printf("%d\n", j+1); return 0; } 查看完整描述