よじろめ覚書

私の理解度重視のソースコードです。

2019-07-17から1日間の記事一覧

ABC039B - エージェント高橋君

ABC

問題:B - エージェント高橋君 #include <cmath> #include <iostream> using namespace std; int main(void) { int x; cin.tie(0); ios::sync_with_stdio(false); cin >> x; cout << round(sqrt(sqrt(x))) << "\n"; return 0; }</iostream></cmath>