#include using namespace std; int main() { cout << 15 * 3 / 2 << endl; cout << 15 * 3 / 2.0 << endl; return 0; }