The repository that contains all solutions made for the course Competitive Programming and Contests by the University of Pisa
| Solved | Solution | Time |
|---|---|---|
| Iterative solution | ? ms |
The solution is a simple iteration over the input array and sum the element that are greater than one of the previous element.