You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
496 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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