train.cpp: In function 'std::vector<int> who_wins(std::vector<int>, std::vector<int>, std::vector<int>, std::vector<int>)':
train.cpp:23:23: warning: value computed is not used [-Wunused-value]
23 | est[i]==0;
train.cpp:26:23: warning: value computed is not used [-Wunused-value]
26 | est[i]==1;
train.cpp:29:23: warning: value computed is not used [-Wunused-value]
29 | est[i]==2;
train.cpp:34:23: warning: value computed is not used [-Wunused-value]
34 | est[i]==0;
train.cpp:37:23: warning: value computed is not used [-Wunused-value]
37 | est[i]==1;
train.cpp:40:23: warning: value computed is not used [-Wunused-value]
40 | est[i]==2;
train.cpp:52:23: warning: value computed is not used [-Wunused-value]
52 | ans[i]==0;
train.cpp:55:23: warning: value computed is not used [-Wunused-value]
55 | ans[i]==1;
train.cpp:60:31: warning: value computed is not used [-Wunused-value]
60 | ans[i]==0;
train.cpp:61:31: warning: value computed is not used [-Wunused-value]
61 | est[i]==0;
train.cpp:64:31: warning: value computed is not used [-Wunused-value]
64 | ans[i]==1;
train.cpp:65:31: warning: value computed is not used [-Wunused-value]
65 | est[i]==1;
train.cpp:70:31: warning: value computed is not used [-Wunused-value]
70 | ans[i]==0;
train.cpp:71:31: warning: value computed is not used [-Wunused-value]
71 | est[i]==0;
train.cpp:74:31: warning: value computed is not used [-Wunused-value]
74 | ans[i]==1;
train.cpp:75:31: warning: value computed is not used [-Wunused-value]
75 | est[i]==1;