#include <stdio.h>

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