Commit dd77b72a authored by XingyuChen's avatar XingyuChen
Browse files

normalize total score

parent 828f1204
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
#include "IntegerP.h"
using namespace std;

const float PTS = 1;
const float PTS = 3.0;
float total = 0;

/**
+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
#include "RationalP.h"
using namespace std;

const float PTS = 1.0;
const float PTS = 1.25;
float total = 0;

/**