求csp-j/s c++缺省源
  • 板块灌水区
  • 楼主carlxj
  • 当前回复3
  • 已保存回复3
  • 发布时间2024/10/23 11:57
  • 上次更新2024/10/23 12:15:23
查看原帖
求csp-j/s c++缺省源
1162702
carlxj楼主2024/10/23 11:57

rt,顺便一问,我现在用的缺省源可以吗

#include<bits/stdc++.h>
using namespace std;
int main()
{
    //freopen(".in", "r", stdin);
    //freopen(".out", "w", stdout);
    ios::sync_with_stdio(false);
	 cin.tie(0);
	 cout.tie(0);
	
return 0;
}
2024/10/23 11:57
加载中...