这题好难啊!!!

. 【例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<<"你好,世界。";
}

太难了 :loudly_crying_face:

1 个赞
#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代码放这了

AC代码:

#include <bits/stdc++.h>
using namespace std;
int main() {
	for(int i=1;i<=4;i++){
                cout<<"你“
        }
	return 0;
}

厉害,我终于AC了

???666

1 个赞

666

此话题已在最后回复的 15 天后被自动关闭。不再允许新回复。