jaehoo1   5년 전

You will write a program that will determine if an mxm square is a magic square.

You will write a program that will determine if an m x m square is a magic square.

또는

You will write a program that will determine if an m * m square is a magic square.

The first line of input will be a positive integer, n, indicating the number of problem sets (i.e., magic squares) to follow. Each problem set starts with the integer, m, that specifies the size of the magic square.

n과 m에 대한 범위가 없습니다.

startlink   5년 전

수정했습니다.

댓글을 작성하려면 로그인해야 합니다.