train.cpp: In function 'std::vector<int> who_wins(std::vector<int>, std::vector<int>, std::vector<int>, std::vector<int>)':
train.cpp:60:23: warning: value computed is not used [-Wunused-value]
60 | ans[i]==0;
train.cpp:63:23: warning: value computed is not used [-Wunused-value]
63 | ans[i]==1;
train.cpp:68:31: warning: value computed is not used [-Wunused-value]
68 | ans[i]==0;
train.cpp:69:31: warning: value computed is not used [-Wunused-value]
69 | est[i]==0;
train.cpp:73:31: warning: value computed is not used [-Wunused-value]
73 | ans[i]==1;
train.cpp:74:31: warning: value computed is not used [-Wunused-value]
74 | est[i]==1;
train.cpp:79:31: warning: value computed is not used [-Wunused-value]
79 | ans[i]==0;
train.cpp:80:31: warning: value computed is not used [-Wunused-value]
80 | est[i]==0;
train.cpp:84:31: warning: value computed is not used [-Wunused-value]
84 | ans[i]==1;
train.cpp:85:31: warning: value computed is not used [-Wunused-value]
85 | est[i]==1;