原题链接:https://begin.lydsy.com/JudgeOnline/problem.php?cid=1258&pid=4
#include<bits/stdc++.h>
using namespace std;
int main()
{
cout<<9<<" "<<89;
}
本文展示了一个简单的C++程序示例,该程序使用标准输出流cout来输出两个整数9和89,并通过字符串拼接进行展示。
原题链接:https://begin.lydsy.com/JudgeOnline/problem.php?cid=1258&pid=4
#include<bits/stdc++.h>
using namespace std;
int main()
{
cout<<9<<" "<<89;
}
378

被折叠的 条评论
为什么被折叠?
