社区讨论
为什么乱码
灌水区参与者 7已保存回复 8
讨论操作
快速查看讨论及其快照的属性,并进行相关操作。
- 当前回复
- 8 条
- 当前快照
- 1 份
- 快照标识符
- @lqf07rn2
- 此快照首次捕获于
- 2023/12/21 17:32 2 年前
- 此快照最后确认于
- 2023/12/21 20:32 2 年前
CPP
#include<bits/stdc++.h>
using namespace std;
int rd(int x=0,char c=getchar()){while(!isdigit(c))c=getchar();while(isdigit(c))x=x*10+(c^48),c=getchar();return x;}
int main(){
freopen("CON","w",stdout);
system("cls");
return 0;
}
回复
共 8 条回复,欢迎继续交流。
正在加载回复...