萌新刚学OI,求问为什么过不了编译
查看原帖
萌新刚学OI,求问为什么过不了编译
1652988
Flaming_114514楼主2025/1/24 15:09
include<bits/stdc++.h>
define ll long long
define INF 0x3f3f3f3f
using namespace std;
int main(){
  int a,b;
  cin>>a>>b;
  return 0;
}
2025/1/24 15:09
加载中...