본문 바로가기

Information Security

검색하기
Information Security
프로필사진 sohexz

  • - (207)
    • STUDY (96)
      • Embedded (3)
      • Network (8)
      • DevSecOps (13)
      • Project (8)
      • Coding (18)
      • News (31)
    • INTERLUDE (111)
      • System Hacking (40)
      • Web Hacking (36)
      • Reversing (10)
      • CTF (12)
      • Automotive (11)
      • Android (1)
      • Cloud (0)
Guestbook
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록STUDY/Coding (18)

Information Security

내적

- 5M class Solution { public int solution(int[] a, int[] b) { int c=0; for (int i=0; i

STUDY/Coding 2021. 7. 11. 18:22
음양 더하기

- 15M class Solution { public int solution(int[] absolutes, boolean[] signs) { int answer = 0; for(int i=0; i< absolutes.length;i++){ if(signs[i]==false){ absolutes[i]=absolutes[i] * -1; } answer=answer+absolutes[i]; } return answer; } } *** -1 곱하기

STUDY/Coding 2021. 7. 8. 17:13
이전 Prev 1 2 3 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바