Devc++求助
查看原帖
Devc++求助
1609668
Eternal_thoughts楼主2025/1/16 16:12
#include <bits/stdc++.h>
using namespace std;
#define int long long
#define re return
#define ew 5005
#define sz 10000005
#define sscc cout<<6;
const int MOD=1e9+7;
double awa;
signed main(){
	ios::sync_with_stdio(false);
	cin.tie(0);
	cout.tie(0);
	int n;
	cout<<"请输入内容:";
	cin>>n;
	
	re 0;
}

我是以上代码

为什么是先输入后输出??

2025/1/16 16:12
加载中...