摘要: #include<iostream>using namespace std;int main(){ int x; cin >> x; cout << x; return 0;} 阅读全文
posted @ 2021-09-17 16:57 Leeeeeeeeeeeeee 阅读(125) 评论(0) 推荐(0)
摘要: #include<iostream>using namespace std;int main(){ cout << "*" << endl; cout << "**" << endl; cout << "***" << endl; cout << "****" << endl;} 阅读全文
posted @ 2021-09-17 16:53 Leeeeeeeeeeeeee 阅读(458) 评论(0) 推荐(0)
摘要: #include<iostream> using namespace std; int main() { cout << (150 + 240) * 35; return 0; } 阅读全文
posted @ 2021-09-17 16:49 Leeeeeeeeeeeeee 阅读(60) 评论(0) 推荐(0)
摘要: #include<iostream> using namespace std; int main() { cout <<"12345" << endl; cout << "ABCDE" << endl; return 0; } 阅读全文
posted @ 2021-09-16 23:30 Leeeeeeeeeeeeee 阅读(232) 评论(0) 推荐(0)
摘要: #include<iostream> using namespace std; int main() { cout<<"ABCDE"; return 0; } 阅读全文
posted @ 2021-09-16 18:06 Leeeeeeeeeeeeee 阅读(72) 评论(0) 推荐(0)
摘要: #include<iostream> using namespace std; int main() { cout<<"12345"; return 0; } 阅读全文
posted @ 2021-09-16 16:16 Leeeeeeeeeeeeee 阅读(44) 评论(0) 推荐(0)
摘要: #include<iostream> using namespace std; int main() { cout<<"hello world!"; return 0; } 阅读全文
posted @ 2021-09-16 16:04 Leeeeeeeeeeeeee 阅读(31) 评论(0) 推荐(0)
摘要: MARKDOWN学习 标题等级 一级标题 二级标题 三级标题 字体 斜体 LEE 加粗 LEE 斜体加粗 LEE 滑线 LEE 引用 今天学习markdown文本编译器 分割线 图片 链接 截图 超链接 点击跳转到凯里欧文简介 列表(先输入空格在输入数字!!!) 有序列表 无序列表 表格 姓名性别生 阅读全文
posted @ 2021-09-14 10:55 Leeeeeeeeeeeeee 阅读(55) 评论(0) 推荐(0)