GGkostya548's blog

By GGkostya548, history, 3 hours ago, In Russian

include iostream

include iomanip

using namespace std;

int main() {

//Ввод данных

float a;

cin >> a;

cout << fixed << setprecision(3) << a << endl;

//Вывод ответа с 3 знаками после запятой

}

  • Vote: I like it
  • -1
  • Vote: I do not like it