社区讨论

问:关于CSP中的fclose

学术版参与者 3已保存回复 10

讨论操作

快速查看讨论及其快照的属性,并进行相关操作。

当前回复
10 条
当前快照
1 份
快照标识符
@mhizm4ym
此快照首次捕获于
2025/11/03 18:18
4 个月前
此快照最后确认于
2025/11/03 18:18
4 个月前
查看原帖
https://www.luogu.com.cn/discuss/1184028 这里中,有同学说用flocse挂了,然而我在我们机房模考时,因为我们上课的地方就是考点,我在模考是天天加cin.tie,一些的,又写fclose,所以会不会挂?下门是我的缺省源
CPP
//Source Code
#include <iostream>
#include <cstdio>
#include <algorithm>
#include <cstring>
#include <vector>
#include <queue>
#include <map>
#include <cctype>
#include <set>
#include <stack>

//using namespace std;

using i64 = long long;
using u64 = unsigned long long;
using u32 = unsigned;

constexpr i64 MAXN = 1e6 + 10;
constexpr i64 INF = 1e9 + 10;
constexpr i64 MOD = 998244353;
constexpr i64 P = 1e9 + 7;

i64 ans;
int _;

inline void solve(){

  return ;
}

signed main(){
  freopen ("fuck.in" , "r" , stdin);
  freopen ("fuck.out" , "w" , stdout);
  std :: ios :: sync_with_stdio(false);
  std :: cin.tie(0) , std :: cout.tie(0);
  //std :: cin >> _;
  //_ = 1;
  while(_ --> 0) solve();
  return (0 - 0);
  fclose (stdin);
  fclose (stdout);
}

/*

*/





回复

10 条回复,欢迎继续交流。

正在加载回复...