can anbody tell me how to use int64 in Visual C++;
is the following is correct
_int64 n;
while(scanf("%I64",&n)==1)
printf("%I64",n);
thanks in advance;
visual C
Moderator: Board moderators
-
- New poster
- Posts: 8
- Joined: Sat Apr 19, 2003 5:41 pm
- Contact:
-
- System administrator & Problemsetter
- Posts: 399
- Joined: Sat Jan 12, 2002 2:00 am