If you want a literal to be a long, you need to suffix it with L: use=1000000000L;. If the literal is small enough to fit in an int, then you can write it as an ...
確定! 回上一頁