#include int main() { if ( 0.1 + 0.2 == 0.3 ) printf("si son iguales\n"); else printf("ay mama\n"); return 0; }