Use long int type and make sure you used %ld format in the scanf . long int l=0; scanf("%ld", &l); ... Data types- unsigned long long int
確定! 回上一頁