问!
  • 板块灌水区
  • 楼主cowhorse
  • 当前回复4
  • 已保存回复4
  • 发布时间2023/3/31 21:44
  • 上次更新2023/10/23 19:55:02
查看原帖
问!
593798
cowhorse楼主2023/3/31 21:44
#include<bits/stdc++.h>
using namespace std;

int main(){
//freopen("x.in","r",stdin);
//freopen("x.out","w",stdout);
ios::sync_with_stdio(false);
cin.tie(0);cout.tie(0);
//freopen("x.in","r",stdin);
//freopen("x.out","w",stdout);

	
return 0;
}
 
2023/3/31 21:44
加载中...