首页
DreamJudge
院校信息
考研初试
考研复试
保研专区
讨论区
兑换中心
登录
注册
上岸
以下题解仅供学习参考使用。
抄袭、复制题解,以达到刷AC率/AC数量或其他目的的行为,在N诺是严格禁止的。
N诺非常重视学术诚信。此类行为将会导致您成为作弊者。具体细则请查看N诺社区规则。
mlx
2026年3月7日 10:49
欢迎来到NoobDream 题解:
P1122
回复 0
|
赞 0
|
浏览 18
#include<iostream> using namespace std; int main() { puts("Welcome to NoobDream!"); return 0; }
阿灿
2025年3月15日 02:51
欢迎来到NoobDream 题解:
P1122
回复 0
|
赞 1
|
浏览 854
#include<bits/stdc++.h> using namespace std; int main(){ cout<<"Welcome to NoobDream!"; }
帅就一个字
2023年11月17日 10:12
欢迎来到NoobDream 题解:
P1122
回复 0
|
赞 1
|
浏览 2.0k
#include <stdio.h> int main() { printf("Welcome to NoobDream!\n"); return 0; }
1720000059
2019年12月6日 19:24
B - 欢迎来到NoobDream
P1122
回复 1
|
赞 0
|
浏览 29.2k
#include <stdio.h> #include <stdlib.h> int main() { printf("Welcome to NoobDream!"); return 0; }
题目
欢迎来到NoobDream
题解数量
4
发布题解
在线答疑
热门题解
1
欢迎来到NoobDream 题解:
2
欢迎来到NoobDream 题解:
3
欢迎来到NoobDream 题解:
4
B - 欢迎来到NoobDream