Skip to content

Instantly share code, notes, and snippets.

@oumsofiane1
Created November 4, 2018 18:19
Show Gist options
  • Save oumsofiane1/32873203bb89b742617314432ca09784 to your computer and use it in GitHub Desktop.
Save oumsofiane1/32873203bb89b742617314432ca09784 to your computer and use it in GitHub Desktop.
Exercice from hackerrank
#include <cmath>
#include <cstdio>
#include <vector>
#include <iostream>
#include <algorithm>
using namespace std;
int main() {
/* Enter your code here. Read input from STDIN. Print output to STDOUT */
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment