Skip to content
Open

vv #40

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Kanishk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ int main() {
vector<int> v(k);
unordered_map<int, int> d;
for (int i = 0; i < k; ++i) {
cin >> v[i];
cin >> v[i+1];
d[v[i]]++;
}
if (d[1] > 0 && d[k - 2] > 0) {
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Experimenting, Learning and Exploring together
Experimenting, Learning and Exploring together for our betterment

6 changes: 3 additions & 3 deletions c.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<title>Badge Design</title>
<style>
#badge-container{
width: 250px;
height: 250px;
width: 280px;
height: 280px;
background-color: #f0f0f0;
border: solid 2px;
margin: auto;
padding: 10px;
text-align: center;
}
.badge-title{
.badge-titl{
font-weight: bold;
font-size: 18px;
}
Expand Down
8 changes: 4 additions & 4 deletions collage.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
display: flex;
justify-content: space-between;
align-items: center;
padding: 15px 20px;
padding: 20px 25px;
background-color: #1a1a1a;
border-bottom: 1px solid #333;
}
Expand All @@ -34,7 +34,7 @@

.links a {
margin: 0 20px;
font-size: 18px;
font-size: 20px;
transition: color 0.3s;
}

Expand Down Expand Up @@ -78,8 +78,8 @@
.model {
text-align: center;
background-color: #222;
padding: 20px;
border-radius: 10px;
padding: 30px;
border-radius: 20px;
width: 30%;
transition: transform 0.3s, background-color 0.3s;
}
Expand Down