#!/usr/bin/perl -w

$_ = join '', <STDIN>;

s/\s*\[.*?\]//g;
s/\s*\Z//;
print STDERR "\n\n";
print;
print "\n\n[The description is modified from Wikipedia, the image of the painting is in the public domain.]\n";
