摘要: 1 #include<iostream> 2 using namespace std; 3 int main(){ 4 cout << "Hello World!" << endl; 5 return 0; 6 7 } 阅读全文
posted @ 2018-03-29 21:15 ♚奋斗的小丑 阅读(78) 评论(0) 推荐(0) 编辑
摘要: #include int main(){ printf("Hello world!"); return 0; } 阅读全文
posted @ 2018-03-29 21:02 ♚奋斗的小丑 阅读(64) 评论(0) 推荐(0) 编辑
摘要: #include<stdio.h> int main(){ printf("Hello world!"); return 0; } 阅读全文
posted @ 2018-03-29 21:00 ♚奋斗的小丑 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 这是我的第一篇随笔,我会在这里分享一些算法、题目集,希望能够帮到大家,一起提升!!! 阅读全文
posted @ 2018-03-29 20:58 ♚奋斗的小丑 阅读(90) 评论(0) 推荐(0) 编辑