int ile o sayıyı tutamazsın. long long int ise şunu buldum;
"From the manuals:
'%ll', '%L', '%q'
Specifies that the argument is a long long int or unsigned long long int. (The long long type is an extension supported by the GNU C compiler. For systems that don't provide extra-long integers, this is the same as long int.) The `q' modifier is another name for the same thing, which comes from 4.4 BSD; a long long int is sometimes called a "quad" int."
0