Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
gzshawnliang committed Jan 21, 2020
1 parent f66f6d4 commit dc4b916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion myCpps/fill_UVA10603.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

using namespace std;

ifstream fin("fill_UVA10603.in");
ifstream fin("fill_UVA.in");
ofstream fout("fill_UVA10603.out");

const int inf = INT_MAX / 2;
Expand Down

0 comments on commit dc4b916

Please sign in to comment.