TJ
2025-03-11 20:44:52
发布于:浙江
2阅读
0回复
0点赞
如果这都不会,建议看题解中的注释
#include <bits/stdc++.h>//万能头
using namespace std;
int a,b;//定义需要输入的变量
int main(){
cin>>a>>b;//输入这两个变量
cout<<a<<'\n'<<b;//输出,'\n'表示换行
}
这里空空如也
2025-03-11 20:44:52
发布于:浙江
如果这都不会,建议看题解中的注释
#include <bits/stdc++.h>//万能头
using namespace std;
int a,b;//定义需要输入的变量
int main(){
cin>>a>>b;//输入这两个变量
cout<<a<<'\n'<<b;//输出,'\n'表示换行
}
这里空空如也
提交答案之后,这里将显示提交结果~
有帮助,赞一个