"i know many things, but professors just check the things I dont know!"
it will hurt buddys confidence, let one think hes a loser.
how much people understand Hebrew, Chinese or Japanese?
how…
一维的一定要从头遍历进行分类 二维可以从f[i]因为他在继承新值
include <bits/stdc++.h>
using namespace std;
int j[1005];
int f[1005];
int dp[1005];
int main() {
int m, n;
while (cin >> m >…
include <bits/stdc++.h>
using namespace std;
int j[1005];
int f[1005];
int dp[1005][1005];
int main() {
int m, n;
while (cin >> m >> n) {
if (m == -1 && n == -1) break;memset(…
pre { white-space: pre !important; word-wrap: normal !important; overflow-x: auto !important; display: block !important; font-family: "Consolas", "Monaco", "Courier New", …
在Android中连续弹出两个Dialog就会出现下面的错误:android.view.WindowManager$BadTokenException: Unable to add window -- token null is not valid; is your activity running?at android.view.ViewRootImpl.set…
PySpark -Spark installed on WSL.
Java installed on WSL.
Jupyter ran on WSL:jupyter-lab --no-browser
Code ran in Windows browser:spark = (SparkSession.builder.master(spark://ZZHPC.localdomain:7077).app…