#include<stdio.h> int main() { int month, day, a; float price; scanf("%f %d %d %d", &price, &month, &day, &a); if (a == 1) { &nb...