| ||||||||||
| Online Judge | Problem Set | Authors | Online Contests | User | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Web Board Home Page F.A.Qs Statistical Charts | Current Contest Past Contests Scheduled Contests Award Contest | |||||||||
Two methods.In Reply To:How can I use __int64??? Posted by:ITESM105 at 2006-03-03 05:19:27 1。用 long long 和 printf("%lld",...) 或者 cin,cout , 用 G++ 编译;
2。用 __int64 和 printf("%I64d",...), 用 C++ 编译;这个cin和cout不支持。
Followed by: Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator