Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c5dbc40

Browse files
Modified towers.cpp
1 parent 3321f3c commit c5dbc40

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

‎towers.cpp‎

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
#include <bits/stdc++.h>
2+
3+
using namespace std;
4+
5+
typedef long int li;
6+
typedef long long int lli;
7+
typedef vector<long long int> vlli;
8+
typedef vector<int> vi;
9+
typedef stack<long long int> slli;
10+
11+
void task() {
12+
13+
14+
15+
}
16+
17+
int main() {
18+
19+
ios::sync_with_stdio(0);
20+
cin.tie(0);
21+
22+
task();
23+
24+
return 0;
25+
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /