ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1013. K-based Numbers. Version 3

what compiler?
Posted by ste 25 Jun 2003 22:43
I use C, & I tryed to use unsigned long long with base 1e18, but it
gives me Compilation Error, so I changed long long to int and then
all works well.
On gnu gcc 3.1 it works well also with long long.
Isn't a iso/ansi c standard feature?
What is the compiler used here?
Re: what compiler?
Posted by skyivben 28 Jun 2008 20:23
Compiler is Visual C++.
Please use unsigned __int64.