Skip to content

Commit

Permalink
[Gold III] Title: 앱, Time: 4 ms, Memory: 6092 KB -BaekjoonHub
Browse files Browse the repository at this point in the history
  • Loading branch information
belowyoon committed Apr 27, 2024
1 parent 2366357 commit e11a186
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion 백준/Gold/7579. 앱/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

### 제출 일자

2024년 4월 27일 23:08:04
2024년 4월 28일 00:48:05

### 문제 설명

Expand Down
5 changes: 0 additions & 5 deletions 백준/Gold/7579. 앱/앱.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@

using namespace std;

bool compare(pair<int, int> a, pair<int, int> b) {
if (a.first == b.first) return a.second > b.second;
return a.first < b.first;
}

int main() {
ios_base::sync_with_stdio(0);
cin.tie(0);
Expand Down

0 comments on commit e11a186

Please sign in to comment.