Commit 97a891d535f36544791d538ca7eeadff4c00a55d

Authored by Ronaldo Silva
Committed by GitHub
1 parent 76e94dfea8
Exists in main

Update SimpleTask.cpp

Showing 1 changed file with 2 additions and 1 deletions Side-by-side Diff

SearchingSortingandBasicDataStructures/InbuiltSorting/Problem5/SimpleTask.cpp View file @ 97a891d
1 1 //
2 2 // Created by ronal on 2/25/2023.
3   -//
  3 +// Problem Link Description
  4 +// http://codeforces.com/contest/558/problem/E
4 5  
5 6 #include <bits/stdc++.h>
6 7 using namespace std;