#include using namespace std; typedef long long ll; int main() { string s, t, u; cin>>s>>t>>u; if (s==t||s==u) cout<