Files
python/文档/实验步骤.txt

26 lines
496 B
Plaintext
Raw Normal View History

2025-08-30 18:35:01 +08:00
### 远程访问NOI Ubuntu 20的实验办法
开始-运行-输入: mstsc - 输入: www.wmarkj.com:27077
用户名shl
密码: shl112358
时间安排:
10月26日 晚 朱书广
10月27日 晚 王淑涵
10月28日 晚 卜凡迪,黄琬乔
#include <bits/stdc++.h>
using namespace std;
int main()
{
freopen("xx.in", "r", stdin);
freopen("xx.out", "w", stdout);
return 0;
}
https://blog.csdn.net/weixin_43093413/article/details/123450758