#include #define P(x) std::cout <> a >> b >>c; b = (b+c/25); a = (a+b/4); P(c%25+b%4 +a%10 ); }