BOJ 13909 창문 닫기

1 개요[ | ]

BOJ 13909 창문 닫기


2 C++[ | ]

#include <bits/stdc++.h>
using namespace std;

int main() {
    int N;
    cin >> N;
    cout << int(sqrt(N));
}
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}