#include int main() { long long a,c; std::cin >> a >> c; std::cout << (a^c) << std::endl; return 0; }