求助(
  • 板块灌水区
  • 楼主hsy20101122
  • 当前回复2
  • 已保存回复2
  • 发布时间2024/10/25 21:08
  • 上次更新2024/10/25 21:42:34
查看原帖
求助(
1104901
hsy20101122楼主2024/10/25 21:08

复赛代码这样写吗?("apple"为题目名)

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