第一次安装还没运行就出了三个错误:
1.F:\wei\Qt\Tools\CMake_64\share\cmake-3.24\Modules\CMakeTestCXXCompiler.cmake:62: error: The C compiler "C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/BIN/amd64/cl.exe" is not able to compil…
👨🏫 Rikka with Square Numbers
🧀 参考题解
🍻 AC code
import java.util.Scanner;public class Main
{static boolean isSqu(int x){int t (int) Math.sqrt(x);return t * t x;}public static void main(String[] args…