# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
5331 | 2014-03-29T07:33:59 Z | jspark19990205 | 제곱근 구하기 1 (gs13068_sqrt1) | C++ | 0 ms | 0 KB |
#include<stdio.h> int main() { int n; scanf("%d",&n); printf("%f\n",sqrt(n)); return 0; }
# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
5331 | 2014-03-29T07:33:59 Z | jspark19990205 | 제곱근 구하기 1 (gs13068_sqrt1) | C++ | 0 ms | 0 KB |
#include<stdio.h> int main() { int n; scanf("%d",&n); printf("%f\n",sqrt(n)); return 0; }