此题
Python:
import math n = eval(input()) print(round(n))
C++:
cin >> n; printf("%.0lf", n);
都是错的。求助。
已经通过其他方式通过此题。希望下面的回答是只针对这个问题。