文章目录 VSCode Terminal 报错解决方式1解决方式2you are connected to an OS version that is unsupported by Visual Studio Code解决方法 VSCode Terminal 报错
直接在terminal或cmd中使用ssh命令可以连接服务器,但是在vscode中存在报错,最后一行为…
A.Arithmetic Progression(模拟)
题意:
输出首项为 a a a,末项为 b b b,公差为 d d d的等差数列。
分析:
按照要求模拟。
代码:
#include <bits/stdc.h>using namespace std;int ma…