Skip to content

ABC457 / sevenbellaa#59

Merged
cnvxlns merged 7 commits into
PNU-PULSE:mainfrom
7bellaa:main
May 22, 2026
Merged

ABC457 / sevenbellaa#59
cnvxlns merged 7 commits into
PNU-PULSE:mainfrom
7bellaa:main

Conversation

@7bellaa
Copy link
Copy Markdown
Contributor

@7bellaa 7bellaa commented May 12, 2026

A, B, C: 쓱쓱
D: minmax문제 매변탐
E: 세그인줄 알았는데 suffix min?으로 된다네요

첫 민트퍼포 달성
다음주에 그린 가겠습니다

7bellaa added 7 commits May 10, 2026 01:17
세그 오랜만에 구현하려니까 오래걸림..
그리고 이거 정렬, 이분탐색, 조건분기, 최솟값세그
다 섞여있어서 구현하다가 시간끝나버렸다... 인생 최초 5솔 벽넘기 쉽지않네요
그래도 abcd 빠른솔브로 민트퍼포 찍었습니다
AB 쓱쓱

C: 'A'를 다 지우고 비교
같으면 S, T 각각 처음부터 시작해서 안맞는 'A' 개수 세기

D: 카운팅 (cntA > 0일때 B들어오면 cntA-- cntB++, cntB > 0일때 C들어오면 cntB-- cntC++ 마지막에 cntC가 정답

E: MST 변형
2^0 + 2^1 + 2^2 < 2^3 이므로
무조건 가중치 큰 간선부터 챙겨야 이득임
두 덩어리가 합쳐지지 않는 선에서 가중치 큰 간선부터 다 챙기기

F: tree-dp
트리 내에서 지네그래프 최대길이 구하기
지네그래프의 spine을 path라고 했을때 양 끝점의 degree가 3이고 내부 점의 degree가 4인 최장 path 길이 구하기
@cnvxlns
Copy link
Copy Markdown
Collaborator

cnvxlns commented May 20, 2026

PR validation failed

This PR cannot be merged automatically for the following reason(s):

  • Changed files must be under ABC457/sevenbellaa/**.

Invalid file path(s):

  • ABC447/sevenbellaa/A.cpp
  • ABC447/sevenbellaa/B.cpp
  • ABC447/sevenbellaa/C.cpp
  • ABC447/sevenbellaa/D.cpp
  • ABC447/sevenbellaa/E.cpp
  • ABC447/sevenbellaa/F.cpp

Expected title format: ContestName / AtCoderHandle
Expected file path format: ContestName/AtCoderHandle/**

PR: #59 ABC457 / sevenbellaa

@7bellaa
Copy link
Copy Markdown
Contributor Author

7bellaa commented May 20, 2026

447도 같이넣었더니 터지네

@cnvxlns
Copy link
Copy Markdown
Collaborator

cnvxlns commented May 20, 2026

봇을 추가했더니 ㅋㅋㅋ 이런걸 잡아주는군요

@cnvxlns cnvxlns merged commit 445a706 into PNU-PULSE:main May 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants