#include int max = 45; int main(void) { max--; printf("%d", max); putchar('\n'); return 0; }