#include <stdio.h>

int main()
{
    printf("The value of six is: %d \n", 16-10);
    return 0;
}