c++/python
2024-12-08 19:18:22
发布于:福建
10阅读
0回复
0点赞
c++:
#include<bits/stdc++.h>
using namespace std;
int main(){
for(int i=0;i<3;i++)
{
cout<<"Hello AYNU!"<<endl;
}
return 0;
}
python:
for i in range(3):
print("Hello AYNU!")
这里空空如也
2024-12-08 19:18:22
发布于:福建
c++:
#include<bits/stdc++.h>
using namespace std;
int main(){
for(int i=0;i<3;i++)
{
cout<<"Hello AYNU!"<<endl;
}
return 0;
}
python:
for i in range(3):
print("Hello AYNU!")
这里空空如也
提交答案之后,这里将显示提交结果~
有帮助,赞一个