Added txt to their problem directory
This commit is contained in:
@@ -10,7 +10,7 @@ int main(){
|
|||||||
auto start = chrono::high_resolution_clock::now();
|
auto start = chrono::high_resolution_clock::now();
|
||||||
|
|
||||||
int c;
|
int c;
|
||||||
ifstream triangleFile("../txts/p067_triangle.txt");
|
ifstream triangleFile("p067_triangle.txt");
|
||||||
|
|
||||||
vector<vector<int>> triangle(DEPTH);
|
vector<vector<int>> triangle(DEPTH);
|
||||||
for(int i = 0; i < DEPTH; ++i){
|
for(int i = 0; i < DEPTH; ++i){
|
||||||
|
|||||||
Reference in New Issue
Block a user