Skip to content

Commit

Permalink
♻️ REFACTOR: Simplified solutions folder (1.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsejse authored Oct 10, 2024
1 parent 2a7e3ef commit 6266e36
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions solutions/coffeecupcombo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ typedef vector<int> vi;
typedef vector<ll> vl;

int main() {

int stay_awake = 0, n = 0, cnt = 0;
string bin;
cin >> n;
Expand All @@ -34,8 +33,6 @@ int main() {
cnt++;
stay_awake--;
}

cout << cnt;

return 0;
}
}

0 comments on commit 6266e36

Please sign in to comment.