#include <stdio.h>
int main(void) {
// your code goes here
return 0;
}
I2luY2x1ZGUgPHN0ZGlvLmg+CgppbnQgbWFpbih2b2lkKSB7CgkvLyB5b3VyIGNvZGUgZ29lcyBoZXJlCglyZXR1cm4gMDsKfQo=
I2luY2x1ZGUgJmx0O3N0ZGlvLmgmZ3Q7CmludCBtYWluKCkKewogICAgcHJpbnRmKCZxdW90O1RoZSB2YWx1ZSBvZiBzaXggaXM6ICVkIFxuJnF1b3Q7LCAxNi0xMCk7CiAgICByZXR1cm4gMDsKfQ==
#include <stdio.h>
int main()
{
printf("The value of six is: %d \n", 16-10);
return 0;
}