#include <bits/stdc++.h> using namespace std; int main() { int x; cin >> x; cout << sqrt(x * (12800000 + x)); return 0; }
我也不知道为啥错,求条。