26 lines
496 B
Plaintext
26 lines
496 B
Plaintext
|
|
|
|||
|
|
### 远程访问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
|