Skip to content

Commit 2b21fec

Browse files
authored
Update Nearest_point.cpp
1 parent 4553df4 commit 2b21fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Nearest_point.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
using namespace std ;
44
class points
55
{
6-
int i ,j;
6+
float i ,j;
77
float dis;
88
public :
99
points()

0 commit comments

Comments
 (0)