Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Laba #7

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
bug fix5
  • Loading branch information
JuliaKamelina committed Apr 16, 2017
commit af20232c9db2856153fc10fffeafd6c4f00e1b4e
2 changes: 1 addition & 1 deletion app/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ using std::ifstream;
int main() {
vector<vector<pair<int, int> > >g;
string str;
ifstream file("D:\GitLabs\Laba2\graph.txt");
ifstream file("graph.txt");
int j = 0;

if (!file.is_open()) std::cout << "reahjngkrs;o";
Expand Down