Articles
56
Tags
6
Categories
0
简体中文/Chinese-CN
Home
Timeline
标签
分类
Link
About
List
Music(音乐)
Movie(电影)
音乐
GoshenC
blog用法
Search
简体中文/Chinese-CN
Home
Timeline
标签
分类
Link
About
List
Music(音乐)
Movie(电影)
音乐
blog用法
Created
2025-02-06
|
Updated
2025-03-03
|
Word Count:
13
|
Reading Time:
1mins
|
Post Views:
提交更改
1
hexo g -d
本地网站
1
hexo s
Author:
GoshenC
Link:
http://example.com/2025/02/06/blog%E7%94%A8%E6%B3%95/
Copyright Notice:
All articles on this blog are licensed under
CC BY-NC-SA 4.0
unless otherwise stated.
Previous
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1$ hexo new "My New Post" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy to remote sites1$ hexo deploy More info: Deployment
Next
Task 1
寒假第一讲:C++ 基础一.Long Loong1.对应思路思路较为简单,就是先固定输出L,再根据输入的N得到应该输出多少o,最后再固定输出ng。 2.代码123456789101112#include <iostream>using namespace std;int main(){ int n; cin >> n; cout << 'L'; for (int i = 0; i < n; i++) cout << 'o'; cout << "ng"; return 0;} 3.学习总结学到了for循环的基本用法,对我帮助极大,受益良多。 二.YES or YES?1.对应思路思路就是将输入的字符串全部大写,然后判断是否等于YES,如果等于就输出YES,不等于就输出NO。 2.代码12345678910111213141516171819#include <iostream>#include...
GoshenC
Articles
56
Tags
6
Categories
0
Follow Me
Announcement
Welcome
Contents
1.
提交更改
本地网站
Recent Posts
findViewById用法详解
2025-04-24
平移动画详解
2025-04-22
ConstrainLayout用法详解
2025-04-22
32汇编语言入门全攻略
2025-04-10
汇编语言入门与实战(适用于 MASM + Irvine32)
2025-04-10
Search
Loading Database