train.cpp: In function 'std::vector<int> who_wins(std::vector<int>, std::vector<int>, std::vector<int>, std::vector<int>)':
train.cpp:20:23: warning: value computed is not used [-Wunused-value]
20 | est[i]==0;
train.cpp:23:23: warning: value computed is not used [-Wunused-value]
23 | est[i]==1;
train.cpp:26:23: warning: value computed is not used [-Wunused-value]
26 | est[i]==2;
train.cpp:31:23: warning: value computed is not used [-Wunused-value]
31 | est[i]==0;
train.cpp:34:23: warning: value computed is not used [-Wunused-value]
34 | est[i]==1;
train.cpp:37:23: warning: value computed is not used [-Wunused-value]
37 | est[i]==2;
train.cpp:49:23: warning: value computed is not used [-Wunused-value]
49 | ans[i]==0;
train.cpp:52:23: warning: value computed is not used [-Wunused-value]
52 | ans[i]==1;
train.cpp:57:31: warning: value computed is not used [-Wunused-value]
57 | ans[i]==0;
train.cpp:58:31: warning: value computed is not used [-Wunused-value]
58 | est[i]==0;
train.cpp:61:31: warning: value computed is not used [-Wunused-value]
61 | ans[i]==1;
train.cpp:62:31: warning: value computed is not used [-Wunused-value]
62 | est[i]==1;
train.cpp:67:31: warning: value computed is not used [-Wunused-value]
67 | ans[i]==0;
train.cpp:68:31: warning: value computed is not used [-Wunused-value]
68 | est[i]==0;
train.cpp:71:31: warning: value computed is not used [-Wunused-value]
71 | ans[i]==1;
train.cpp:72:31: warning: value computed is not used [-Wunused-value]
72 | est[i]==1;