#include <iostream>
using namespace std;
int main() {
double a = 1.2;
double b = 1.0;
double c = 0.2;
cout << (a - b == c) << "\n";
cout << (a * 10 - b * 10 == c * 10) << "\n";
return 0;
}
I2luY2x1ZGUgPGlvc3RyZWFtPgp1c2luZyBuYW1lc3BhY2Ugc3RkOwogCmludCBtYWluKCkgewogCiAgZG91YmxlIGEgPSAxLjI7CiAgZG91YmxlIGIgPSAxLjA7CiAgZG91YmxlIGMgPSAwLjI7CiAgCiAgY291dCA8PCAoYSAtIGIgPT0gYykgPDwgIlxuIjsKICBjb3V0IDw8IChhICogMTAgLSBiICogMTAgPT0gYyAqIDEwKSA8PCAiXG4iOwogCiAgcmV0dXJuIDA7Cn0=