#include <stdio.h>

int main()
{
    printf("%d", (-8+22)*40-10+212/2);
    return 0;
}

真的不能直接算吗(认真脸)