Commit 71b9e02379bc1fd3f4b581f0d3447891f2d3c1ea

Authored by Ronaldo Silva
Committed by GitHub
1 parent 17e4d46737
Exists in main

Update SumSquareDifference.cpp

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

NumberTheoryandCombinatorics/ProjectEuler/SumSquareDifference/SumSquareDifference.cpp View file @ 71b9e02
... ... @@ -3,28 +3,7 @@
3 3 // Problem description Link.
4 4 // https://www.hackerrank.com/contests/projecteuler/challenges/euler006/copy-from/1354371634
5 5  
6   -#include <map>
7   -#include <set>
8   -#include <list>
9   -#include <cmath>
10   -#include <ctime>
11   -#include <deque>
12   -#include <queue>
13   -#include <stack>
14   -#include <string>
15   -#include <bitset>
16   -#include <cstdio>
17   -#include <limits>
18   -#include <vector>
19   -#include <climits>
20   -#include <cstring>
21   -#include <cstdlib>
22   -#include <fstream>
23   -#include <numeric>
24   -#include <sstream>
25   -#include <iostream>
26   -#include <algorithm>
27   -#include <unordered_map>
  6 +#include <bits/stdc++.h>
28 7  
29 8 using namespace std;
30 9