honalog

  • 홈
  • 태그
  • 방명록

Algorithm/Sorting 1

[이코테] 정렬/ 국영수/백준 10825번

📕 문제https://www.acmicpc.net/problem/10825   📄 내가 생각한 풀이 💻 내 코드 n = int(input())array = []for i in range(n): student = input().split() array.append((student[0], int(student[1]),int(student[2]),int(student[3])))array.sort(key = lambda grade: (-grade[1], grade[2], (-grade[3]), grade[0]))for grade in array: print(grade[0], end =' ') 💻 답안 // 📁 참고자료 ☺️ 새로 알게 된 지식array.sort(key = lambda ..

Algorithm/Sorting 2024.11.08
이전
1
다음
더보기
프로필사진

honalog

비즈니스 혁신을 꿈꾸는 SAP ERP 개발자

  • 분류 전체보기 (107)
    • SAP ABAP (10)
      • ABAP (3)
      • ERP (3)
      • SAP GRC (0)
    • 프로그래머스 SQL kit (19)
    • Algorithm (28)
      • DFS&BFS (8)
      • Implement (15)
      • Stack&Queue (2)
      • Sorting (1)
    • 백준 (10)
    • Python (16)
      • 이것이 취업을 위한 코딩테스트다 (14)
    • Javascript (8)
      • 프로그래머스Lv0 (6)
    • Java (8)
      • 자바의 정석 (7)
    • CS (4)
      • [부스트코스] CS05 2019 (4)
      • OS (0)
    • 2025년 취업하기 (2)
      • 기록 (2)
      • Hona's_Bookclub (0)

Tag

티스토리챌린지, 오블완,

최근글과 인기글

  • 최근글
  • 인기글

최근댓글

공지사항

페이스북 트위터 플러그인

  • Facebook
  • Twitter

Archives

Calendar

«   2025/08   »
일 월 화 수 목 금 토
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31

방문자수Total

  • Today :
  • Yesterday :

Copyright © Kakao Corp. All rights reserved.

티스토리툴바