Submit solution
Points:
100
Time limit:
1.0s
Memory limit:
64M
Authors:
Problem types
Allowed languages
Blockly, C, C++, Java, Pascal, Python
Trip to Haroumpia
Annoula is planning a trip to Haroumpia, where the currency is the "hahanolira." She has gathered some money and wants to calculate how many hahanoliras she will have. She knows that euro is equal to chachanoliras.
The input is Annoula's money in euros.
The output is her money in hahanoliras.
Example
Input
50
Output
150
Comments