#include <iostream>

int main() {
std::cout<<21.5<<std::endl;

return 0;
}