. 【例2.2】你好世界
题目ID:21122
最新提交:
Judge Failed
0
历史最高:
Judge Failed
0 分
时间限制: 1000ms
空间限制: 65536kb
题目描述
输出中文短句"你好,世界。"
输入格式
无
输出格式
你好,世界。
样例
Input 1
无
Output 1
你好,世界。
本人代码:
#include<bits/stdc++.h>
using namespace std;
int main(){
if(1+1==3)cout<<"你好,世界。";
}
熊浩辰
(请输入文本)
3
#include<bits/stdc++.h>
using namespace std;
int main(){
if(1+1==2&&2+2==4||1==2||1==3||1==4||1==5)cout<<"你好,世界。";
}
我今天就把AC代码放这了
毛思源
(洛谷)
4
AC代码:
#include <bits/stdc++.h>
using namespace std;
int main() {
for(int i=1;i<=4;i++){
cout<<"你“
}
return 0;
}
system
(system)
关闭
8
此话题已在最后回复的 15 天后被自动关闭。不再允许新回复。