#include <stdio.h>

int main() {
    int a, m;
    scanf("%d", &a);
    m = (a = 2) ? a * 14:0;
    printf("%d", m);
    return 0;
}

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: