Skip to content

Commit 9134254

Browse files
committed
change NEED_TIME
1 parent e415b45 commit 9134254

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

interaction.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ OneInteraction::OneInteraction(Env* env) : env(env) {
55
}
66

77
void OneInteraction::show() {
8-
/*
9-
cout << env << endl;
10-
cout << env->statList.size() << endl;
11-
*/
128
ask();
139
getResponse();
1410
while (!isLegal()) {

util.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ int gap(int t);
4444

4545
const int DIFFI_NUM = 5;
4646
const int LEVEL_MAX = 100;
47-
const int NEED_TIME = 2;
47+
const int NEED_TIME = 5;
4848
const int INF = 100000000;
4949
const int OPTION_NUM = 4;
5050

0 commit comments

Comments
 (0)