Skip to content

Commit

Permalink
resolved header in c++11 standards
Browse files Browse the repository at this point in the history
  • Loading branch information
3ZadeSSG committed Aug 7, 2018
1 parent bf97043 commit d520fdb
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions SimpleGA.cpp
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
#include<stdlib.h>
#include<iostream>
#include<vector>
#include<iomanip>
#include<math.h>
#include<time.h>
#include<random>
#include<algorithm>
#include<bits/stdc++.h>
#define dd double
#define random (rand()/(double)RAND_MAX)
#define Add push_back
Expand Down

0 comments on commit d520fdb

Please sign in to comment.