We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e415b45 commit 9134254Copy full SHA for 9134254
interaction.cpp
@@ -5,10 +5,6 @@ OneInteraction::OneInteraction(Env* env) : env(env) {
5
}
6
7
void OneInteraction::show() {
8
- /*
9
- cout << env << endl;
10
- cout << env->statList.size() << endl;
11
- */
12
ask();
13
getResponse();
14
while (!isLegal()) {
util.h
@@ -44,7 +44,7 @@ int gap(int t);
44
45
const int DIFFI_NUM = 5;
46
const int LEVEL_MAX = 100;
47
-const int NEED_TIME = 2;
+const int NEED_TIME = 5;
48
const int INF = 100000000;
49
const int OPTION_NUM = 4;
50
0 commit comments