I can't anderstand what's going on! My program is : #include <stdio.h> int main() { __int64 p,k,m=0; scanf("%I64d",&p); ........................... printf("%I64d",m); return 0; } And I got Compile error! I think i've got problem with input/ output please help... what I am to ...