#include using namespace std; typedef long long LL; int main() { int a, b, c; int x; cin >> a >> b >> c; return 0; }