#include <iostream>
int main()
{
    std::cout << "Total Sales for book £" << 10 << '\n';
}