This commit is contained in:
Benjamin Kyd
2020-12-02 20:23:02 +00:00
parent 3bd5e13f0c
commit 7e353fc760
13 changed files with 1157 additions and 57 deletions

View File

@@ -5,7 +5,7 @@
int main()
{
std::ifstream file ("./1i.txt");
std::ifstream file ("./1.txt");
std::vector<int> input;
std::string line;