코딩테스트
신기한 조건문 이용
시큐리티지호
2023. 10. 29. 23:45
int aVal = (i - offsetA < 0) ? 0 : a[i - offsetA];
int bVal = (i - offsetB < 0) ? 0 : b[i - offsetB];