竞赛
考级
888****8888
C: C++: 1.cout输出 2.printf打印 3.puts直接版 4.puts拼接版 5.string 有点多此一举 Java: Pascal: Python2: Python3: JavaScript: PHP: C#Mono: Visual Basic: R: Go:
一只小黑子ด้้้้้(章奕凡)
变鸽的一只呱
太简单了
Ans
****#include<bits/stdc++.h> using namespace std; int main(){ cout<<"Hello world"<<endl; }****
陈彦果
法兰西玫瑰
一坨江
shell
chaizechen
ZhangCxuan ^—^
题解 #include<iostream> using namespace std; int main(){ cout<<"Hello world"; return 0; }
李明轩
#include<iostream> using namespace std; void cout_Hello(int a){ cout<<"Hello world"; for(int i=0;i<a;i++) cout<<""; } int main(){ cout_Hello(1); int a; a=0; a++; for(int i=0;i<1;i++) cout<<""; string sf; sf="fjlkdfdfjlkjmdsjnlkdl kdhk jk jfn jkf jjfskmsdkfcd "; cout<<""; int f=114514; sf+="3.1415926"; }
>_BuG$on$gChen_<
#include<iostream> using namespace std; int main(){ cout<<"Hello world"; return 0; }
失去意义的夏天
谢谢,简单到不用注释:
mzx
不知道为什么,今天突然在这么水的题上花了这么多时间写题解...
Andy
#include <iostream> using namespace std; int main() { cout << "Hello world"; return 0; }
私密马赛
来 放水 团队: https://www.acgo.cn/application/1693078830652067840
※ 我 ※
思路讲解 众所周知,c++可以用#define来定义宏。这可是一个好东西!有了它,我们就可以写一些有趣的代码,定义一切...... 代码(已AC)
一只Merry
龙勃丞ДжазифанъЯЛДч
#include<stdio.h> int main(){ printf("Hello world"); return 0; }
许一凡fan
共60条