Skip to content

Commit

Permalink
Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Konano committed Jul 8, 2018
1 parent 6929287 commit 4abd93a
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion HCF-RESWUE/reswue.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include <cstdio>
#include <algorithm>
#include <cmath>
#include <sstream>
#include <string>
#include <iostream>
Expand Down Expand Up @@ -215,4 +216,4 @@ int main()
ReadBookmark("bookmark.txt");
OutputRESWUE();
return 0;
}
}
Binary file added HCF-RESWUE/reswue.out
Binary file not shown.
3 changes: 2 additions & 1 deletion HCF-SingleWork/act.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <iostream>
#include <fstream>
#include <map>
#include <cmath>
#include <vector>
#include <iomanip>
#include "../jsoncpp/json.h"
Expand Down Expand Up @@ -191,4 +192,4 @@ int main()
ReadBookmark("bookmark.txt");
ReadWay("way.txt");
return 0;
}
}
Binary file added HCF-SingleWork/act.out
Binary file not shown.
Binary file added HCF/choose.out
Binary file not shown.
1 change: 1 addition & 0 deletions MultField/mult-choose.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include <cstdio>
#include <algorithm>
#include <sstream>
#include <cmath>
#include <string>
#include <iostream>
#include <fstream>
Expand Down
Binary file added MultField/mult-choose.out
Binary file not shown.

0 comments on commit 4abd93a

Please sign in to comment.