Files
python/文档/实验步骤.txt
HuangHai 1f397eca87 'commit'
2025-08-30 18:35:01 +08:00

26 lines
496 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### 远程访问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