The literal ~ of type int is out of range
2020. 1. 30. 12:38ㆍ문제들
int의 범위 -2147483648 ~ 2147483647 를 초과한 수를 쓸 때 생기는 에러
해결법 : 숫자 뒤에 L을 붙인다
ex) 4463000000 -> 4463000000L
'문제들' 카테고리의 다른 글
(legacy) 오류 아나콘다 파이썬 import 충돌 (0) | 2020.07.14 |
---|---|
git - fatal authentication failed for ~ 해결법 (0) | 2020.07.13 |
scanner 입력이 버퍼 때문에 잘 안될때 (0) | 2020.01.30 |
program type already present error (0) | 2019.12.08 |
android sqlite db 저장 안됨 (0) | 2019.12.02 |