#include <stdio.h>
int main(int argc, char **argv) { int j = 2147483647; printf("%d\n", j+1); return 0; }
asd8532
___C___
相关分类