#include using namespace std; #define int long long signed main(){ int A,B,C; cin>>A>>B>>C; if(A == B && B == C) cout<