平方数
题目链接:平方数 (nowcoder.com) 思路:水题直接过。
AC code:
#include<iostream>
#include<cmath>
using namespace std;
int main()
{long long int n; cin >> n;long long int a sqrtl(n);long long int b …
2024年5月7日,《原子科学家公报》发布了最新版的2024美国核武器手册 Hans M. Kristensen, Matt Korda, Eliana Johns, and Mackenzie Knight, United States nuclear weapons, 2024, Bulletin of the Atomic Scientists, 80:3, 182-208,
DOI: https://doi.org/10.1080/00963…
原因是jdk版本不对
(base) gw00241401gw00241401-pc:/data/tools/byzer-notebook$ sudo update-alternatives --config java There are 4 choices for the alternative java (providing /usr/bin/java). Selection Path Priori…