🟢 Վարժություն 9

Ծրագիրը պարունակում է թարգմանության սխալ։
Ուղղե՛ք սխալը։
#include <iostream>
/* put your code here */
int main() {
  double in;
  std::cin >> in;
  int result = round(in);
  std::cout << result;
}

Constraints

Time limit: 0.2 seconds

Memory limit: 512 MB

Output limit: 1 MB

To check your solution you need to sign in
Sign in to continue