PS/Baekjoon Online Judge
[백준 15372] A Simple Problem [Python]
kimyoungrok
2023. 4. 25. 05:29
728x90
풀이
정수 N이 주어질 때, N^2의 최소 배수를 출력하면 된다.
즉, N^2 를 출력하면 된다.
TC가 최대 20만개로 빠른 입력을 받자.
소스코드
출처
15372번: A Simple Problem.
For each test case, output a single line containing the integer K, the answer for that test case.
www.acmicpc.net
728x90