在这求1到5的阶乘和

 int sum =1;for(int i =1;i<=5;i++) {sum = sum*i;System.out.println(sum);

欢迎使用Markdown编辑器

你好! 这是你第一次使用 Markdown编辑器 所展示的欢迎页。如果你想学习如何使用Markdown编辑器, 可以仔细阅读这篇文章,了解一下Markdown的基本语法知识。

新的改变

我们对Markdown编辑器进行了一些功能拓展与语法支持,除了标准的Markdown编辑器功能,我们增加了如下几点新功能,帮助你用它写博客:

  1. 全新的界面设计 ,将会带来全新的写作体验;
  2. 在创作中心设置你喜爱的代码高亮样式,Markdown 将代码片显示选择的高亮样式 进行展示;
  3. 增加了 图片拖拽 功能,你可以将本地的图片直接拖拽到编辑区域直接展示;
  4. 全新的 KaTeX数学公式 语法;
  5. 增加了支持甘特图的mermaid语法1 功能;
  6. 增加了 多屏幕编辑 Markdown文章功能;
  7. 增加了 焦点写作模式、预览模式、简洁写作模式、左右区域同步滚轮设置 等功能,功能按钮位于编辑区域与预览区域中间;
  8. 增加了 检查列表 功能。

功能快捷键

撤销:Ctrl/Command + Z
重做:Ctrl/Command + Y
加粗:Ctrl/Command + B
斜体:Ctrl/Command + I
标题:Ctrl/Command + Shift + H
无序列表:Ctrl/Command + Shift + U
有序列表:Ctrl/Command + Shift + O
检查列表:Ctrl/Command + Shift + C
插入代码:Ctrl/Command + Shift + K
插入链接:Ctrl/Command + Shift + L
插入图片:Ctrl/Command + Shift + G
查找:Ctrl/Command + F
替换:Ctrl/Command + G

合理的创建标题,有助于目录的生成

直接输入1次#,并按下space后,将生成1级标题。
输入2次#,并按下space后,将生成2级标题。
以此类推,我们支持6级标题。有助于使用TOC语法后生成一个完美的目录。

如何改变文本的样式

强调文本 强调文本

加粗文本 加粗文本

标记文本

删除文本

引用文本

H2O is是液体。

210 运算结果是 1024.

插入链接与图片

链接: link.

图片:

带尺寸的图片:

居中的图片:

居中并且带尺寸的图片:

当然,我们为了让用户更加便捷,我们增加了图片拖拽功能。

如何插入一段漂亮的代码片

去博客设置页面,选择一款你喜欢的代码片高亮样式,下面展示同样高亮的 代码片.

// An highlighted block
var foo = 'bar';

生成一个适合你的列表

  • 项目

    • 项目

      • 项目
  1. 项目1
  2. 项目2
  3. 项目3
  • 计划任务
  • 完成任务

创建一个表格

一个简单的表格是这么创建的:

项目 Value
电脑 $1600
手机 $12
导管 $1

设定内容居中、居左、居右

使用:---------:居中
使用:----------居左
使用----------:居右

第一列 第二列 第三列
第一列文本居中 第二列文本居右 第三列文本居左

SmartyPants

SmartyPants将ASCII标点字符转换为“智能”印刷标点HTML实体。例如:

TYPE ASCII HTML
Single backticks 'Isn't this fun?' ‘Isn’t this fun?’
Quotes "Isn't this fun?" “Isn’t this fun?”
Dashes -- is en-dash, --- is em-dash – is en-dash, — is em-dash

创建一个自定义列表

Markdown
Text-to-HTML conversion tool
Authors
John
Luke

如何创建一个注脚

一个具有注脚的文本。2

注释也是必不可少的

Markdown将文本转换为 HTML

KaTeX数学公式

您可以使用渲染LaTeX数学表达式 KaTeX:

Gamma公式展示 Γ(n)=(n−1)!∀n∈N\Gamma(n) = (n-1)!\quad\forall n\in\mathbb NΓ(n)=(n−1)!∀n∈N 是通过欧拉积分

Γ(z)=∫0∞tz−1e−tdt.\Gamma(z) = \int_0^\infty t^{z-1}e^{-t}dt\,. Γ(z)=∫0∞​tz−1e−tdt.

你可以找到更多关于的信息 LaTeX 数学表达式here.

新的甘特图功能,丰富你的文章

Mon 06Mon 13Mon 20已完成 进行中 计划一 计划二 现有任务Adding GANTT diagram functionality to mermaid
  • 关于 甘特图 语法,参考 这儿,

UML 图表

可以使用UML图表进行渲染。 Mermaid. 例如下面产生的一个序列图:

#mermaid-svg-OLjAZ6haAdM4igLQ .label{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);fill:#333;color:#333}#mermaid-svg-OLjAZ6haAdM4igLQ .label text{fill:#333}#mermaid-svg-OLjAZ6haAdM4igLQ .node rect,#mermaid-svg-OLjAZ6haAdM4igLQ .node circle,#mermaid-svg-OLjAZ6haAdM4igLQ .node ellipse,#mermaid-svg-OLjAZ6haAdM4igLQ .node polygon,#mermaid-svg-OLjAZ6haAdM4igLQ .node path{fill:#ECECFF;stroke:#9370db;stroke-width:1px}#mermaid-svg-OLjAZ6haAdM4igLQ .node .label{text-align:center;fill:#333}#mermaid-svg-OLjAZ6haAdM4igLQ .node.clickable{cursor:pointer}#mermaid-svg-OLjAZ6haAdM4igLQ .arrowheadPath{fill:#333}#mermaid-svg-OLjAZ6haAdM4igLQ .edgePath .path{stroke:#333;stroke-width:1.5px}#mermaid-svg-OLjAZ6haAdM4igLQ .flowchart-link{stroke:#333;fill:none}#mermaid-svg-OLjAZ6haAdM4igLQ .edgeLabel{background-color:#e8e8e8;text-align:center}#mermaid-svg-OLjAZ6haAdM4igLQ .edgeLabel rect{opacity:0.9}#mermaid-svg-OLjAZ6haAdM4igLQ .edgeLabel span{color:#333}#mermaid-svg-OLjAZ6haAdM4igLQ .cluster rect{fill:#ffffde;stroke:#aa3;stroke-width:1px}#mermaid-svg-OLjAZ6haAdM4igLQ .cluster text{fill:#333}#mermaid-svg-OLjAZ6haAdM4igLQ div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);font-size:12px;background:#ffffde;border:1px solid #aa3;border-radius:2px;pointer-events:none;z-index:100}#mermaid-svg-OLjAZ6haAdM4igLQ .actor{stroke:#ccf;fill:#ECECFF}#mermaid-svg-OLjAZ6haAdM4igLQ text.actor>tspan{fill:#000;stroke:none}#mermaid-svg-OLjAZ6haAdM4igLQ .actor-line{stroke:grey}#mermaid-svg-OLjAZ6haAdM4igLQ .messageLine0{stroke-width:1.5;stroke-dasharray:none;stroke:#333}#mermaid-svg-OLjAZ6haAdM4igLQ .messageLine1{stroke-width:1.5;stroke-dasharray:2, 2;stroke:#333}#mermaid-svg-OLjAZ6haAdM4igLQ #arrowhead path{fill:#333;stroke:#333}#mermaid-svg-OLjAZ6haAdM4igLQ .sequenceNumber{fill:#fff}#mermaid-svg-OLjAZ6haAdM4igLQ #sequencenumber{fill:#333}#mermaid-svg-OLjAZ6haAdM4igLQ #crosshead path{fill:#333;stroke:#333}#mermaid-svg-OLjAZ6haAdM4igLQ .messageText{fill:#333;stroke:#333}#mermaid-svg-OLjAZ6haAdM4igLQ .labelBox{stroke:#ccf;fill:#ECECFF}#mermaid-svg-OLjAZ6haAdM4igLQ .labelText,#mermaid-svg-OLjAZ6haAdM4igLQ .labelText>tspan{fill:#000;stroke:none}#mermaid-svg-OLjAZ6haAdM4igLQ .loopText,#mermaid-svg-OLjAZ6haAdM4igLQ .loopText>tspan{fill:#000;stroke:none}#mermaid-svg-OLjAZ6haAdM4igLQ .loopLine{stroke-width:2px;stroke-dasharray:2, 2;stroke:#ccf;fill:#ccf}#mermaid-svg-OLjAZ6haAdM4igLQ .note{stroke:#aa3;fill:#fff5ad}#mermaid-svg-OLjAZ6haAdM4igLQ .noteText,#mermaid-svg-OLjAZ6haAdM4igLQ .noteText>tspan{fill:#000;stroke:none}#mermaid-svg-OLjAZ6haAdM4igLQ .activation0{fill:#f4f4f4;stroke:#666}#mermaid-svg-OLjAZ6haAdM4igLQ .activation1{fill:#f4f4f4;stroke:#666}#mermaid-svg-OLjAZ6haAdM4igLQ .activation2{fill:#f4f4f4;stroke:#666}#mermaid-svg-OLjAZ6haAdM4igLQ .mermaid-main-font{font-family:"trebuchet ms", verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-OLjAZ6haAdM4igLQ .section{stroke:none;opacity:0.2}#mermaid-svg-OLjAZ6haAdM4igLQ .section0{fill:rgba(102,102,255,0.49)}#mermaid-svg-OLjAZ6haAdM4igLQ .section2{fill:#fff400}#mermaid-svg-OLjAZ6haAdM4igLQ .section1,#mermaid-svg-OLjAZ6haAdM4igLQ .section3{fill:#fff;opacity:0.2}#mermaid-svg-OLjAZ6haAdM4igLQ .sectionTitle0{fill:#333}#mermaid-svg-OLjAZ6haAdM4igLQ .sectionTitle1{fill:#333}#mermaid-svg-OLjAZ6haAdM4igLQ .sectionTitle2{fill:#333}#mermaid-svg-OLjAZ6haAdM4igLQ .sectionTitle3{fill:#333}#mermaid-svg-OLjAZ6haAdM4igLQ .sectionTitle{text-anchor:start;font-size:11px;text-height:14px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-OLjAZ6haAdM4igLQ .grid .tick{stroke:#d3d3d3;opacity:0.8;shape-rendering:crispEdges}#mermaid-svg-OLjAZ6haAdM4igLQ .grid .tick text{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-OLjAZ6haAdM4igLQ .grid path{stroke-width:0}#mermaid-svg-OLjAZ6haAdM4igLQ .today{fill:none;stroke:red;stroke-width:2px}#mermaid-svg-OLjAZ6haAdM4igLQ .task{stroke-width:2}#mermaid-svg-OLjAZ6haAdM4igLQ .taskText{text-anchor:middle;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-OLjAZ6haAdM4igLQ .taskText:not([font-size]){font-size:11px}#mermaid-svg-OLjAZ6haAdM4igLQ .taskTextOutsideRight{fill:#000;text-anchor:start;font-size:11px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-OLjAZ6haAdM4igLQ .taskTextOutsideLeft{fill:#000;text-anchor:end;font-size:11px}#mermaid-svg-OLjAZ6haAdM4igLQ .task.clickable{cursor:pointer}#mermaid-svg-OLjAZ6haAdM4igLQ .taskText.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-OLjAZ6haAdM4igLQ .taskTextOutsideLeft.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-OLjAZ6haAdM4igLQ .taskTextOutsideRight.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-OLjAZ6haAdM4igLQ .taskText0,#mermaid-svg-OLjAZ6haAdM4igLQ .taskText1,#mermaid-svg-OLjAZ6haAdM4igLQ .taskText2,#mermaid-svg-OLjAZ6haAdM4igLQ .taskText3{fill:#fff}#mermaid-svg-OLjAZ6haAdM4igLQ .task0,#mermaid-svg-OLjAZ6haAdM4igLQ .task1,#mermaid-svg-OLjAZ6haAdM4igLQ .task2,#mermaid-svg-OLjAZ6haAdM4igLQ .task3{fill:#8a90dd;stroke:#534fbc}#mermaid-svg-OLjAZ6haAdM4igLQ .taskTextOutside0,#mermaid-svg-OLjAZ6haAdM4igLQ .taskTextOutside2{fill:#000}#mermaid-svg-OLjAZ6haAdM4igLQ .taskTextOutside1,#mermaid-svg-OLjAZ6haAdM4igLQ .taskTextOutside3{fill:#000}#mermaid-svg-OLjAZ6haAdM4igLQ .active0,#mermaid-svg-OLjAZ6haAdM4igLQ .active1,#mermaid-svg-OLjAZ6haAdM4igLQ .active2,#mermaid-svg-OLjAZ6haAdM4igLQ .active3{fill:#bfc7ff;stroke:#534fbc}#mermaid-svg-OLjAZ6haAdM4igLQ .activeText0,#mermaid-svg-OLjAZ6haAdM4igLQ .activeText1,#mermaid-svg-OLjAZ6haAdM4igLQ .activeText2,#mermaid-svg-OLjAZ6haAdM4igLQ .activeText3{fill:#000 !important}#mermaid-svg-OLjAZ6haAdM4igLQ .done0,#mermaid-svg-OLjAZ6haAdM4igLQ .done1,#mermaid-svg-OLjAZ6haAdM4igLQ .done2,#mermaid-svg-OLjAZ6haAdM4igLQ .done3{stroke:grey;fill:#d3d3d3;stroke-width:2}#mermaid-svg-OLjAZ6haAdM4igLQ .doneText0,#mermaid-svg-OLjAZ6haAdM4igLQ .doneText1,#mermaid-svg-OLjAZ6haAdM4igLQ .doneText2,#mermaid-svg-OLjAZ6haAdM4igLQ .doneText3{fill:#000 !important}#mermaid-svg-OLjAZ6haAdM4igLQ .crit0,#mermaid-svg-OLjAZ6haAdM4igLQ .crit1,#mermaid-svg-OLjAZ6haAdM4igLQ .crit2,#mermaid-svg-OLjAZ6haAdM4igLQ .crit3{stroke:#f88;fill:red;stroke-width:2}#mermaid-svg-OLjAZ6haAdM4igLQ .activeCrit0,#mermaid-svg-OLjAZ6haAdM4igLQ .activeCrit1,#mermaid-svg-OLjAZ6haAdM4igLQ .activeCrit2,#mermaid-svg-OLjAZ6haAdM4igLQ .activeCrit3{stroke:#f88;fill:#bfc7ff;stroke-width:2}#mermaid-svg-OLjAZ6haAdM4igLQ .doneCrit0,#mermaid-svg-OLjAZ6haAdM4igLQ .doneCrit1,#mermaid-svg-OLjAZ6haAdM4igLQ .doneCrit2,#mermaid-svg-OLjAZ6haAdM4igLQ .doneCrit3{stroke:#f88;fill:#d3d3d3;stroke-width:2;cursor:pointer;shape-rendering:crispEdges}#mermaid-svg-OLjAZ6haAdM4igLQ .milestone{transform:rotate(45deg) scale(0.8, 0.8)}#mermaid-svg-OLjAZ6haAdM4igLQ .milestoneText{font-style:italic}#mermaid-svg-OLjAZ6haAdM4igLQ .doneCritText0,#mermaid-svg-OLjAZ6haAdM4igLQ .doneCritText1,#mermaid-svg-OLjAZ6haAdM4igLQ .doneCritText2,#mermaid-svg-OLjAZ6haAdM4igLQ .doneCritText3{fill:#000 !important}#mermaid-svg-OLjAZ6haAdM4igLQ .activeCritText0,#mermaid-svg-OLjAZ6haAdM4igLQ .activeCritText1,#mermaid-svg-OLjAZ6haAdM4igLQ .activeCritText2,#mermaid-svg-OLjAZ6haAdM4igLQ .activeCritText3{fill:#000 !important}#mermaid-svg-OLjAZ6haAdM4igLQ .titleText{text-anchor:middle;font-size:18px;fill:#000;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-OLjAZ6haAdM4igLQ g.classGroup text{fill:#9370db;stroke:none;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);font-size:10px}#mermaid-svg-OLjAZ6haAdM4igLQ g.classGroup text .title{font-weight:bolder}#mermaid-svg-OLjAZ6haAdM4igLQ g.clickable{cursor:pointer}#mermaid-svg-OLjAZ6haAdM4igLQ g.classGroup rect{fill:#ECECFF;stroke:#9370db}#mermaid-svg-OLjAZ6haAdM4igLQ g.classGroup line{stroke:#9370db;stroke-width:1}#mermaid-svg-OLjAZ6haAdM4igLQ .classLabel .box{stroke:none;stroke-width:0;fill:#ECECFF;opacity:0.5}#mermaid-svg-OLjAZ6haAdM4igLQ .classLabel .label{fill:#9370db;font-size:10px}#mermaid-svg-OLjAZ6haAdM4igLQ .relation{stroke:#9370db;stroke-width:1;fill:none}#mermaid-svg-OLjAZ6haAdM4igLQ .dashed-line{stroke-dasharray:3}#mermaid-svg-OLjAZ6haAdM4igLQ #compositionStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-OLjAZ6haAdM4igLQ #compositionEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-OLjAZ6haAdM4igLQ #aggregationStart{fill:#ECECFF;stroke:#9370db;stroke-width:1}#mermaid-svg-OLjAZ6haAdM4igLQ #aggregationEnd{fill:#ECECFF;stroke:#9370db;stroke-width:1}#mermaid-svg-OLjAZ6haAdM4igLQ #dependencyStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-OLjAZ6haAdM4igLQ #dependencyEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-OLjAZ6haAdM4igLQ #extensionStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-OLjAZ6haAdM4igLQ #extensionEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-OLjAZ6haAdM4igLQ .commit-id,#mermaid-svg-OLjAZ6haAdM4igLQ .commit-msg,#mermaid-svg-OLjAZ6haAdM4igLQ .branch-label{fill:lightgrey;color:lightgrey;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-OLjAZ6haAdM4igLQ .pieTitleText{text-anchor:middle;font-size:25px;fill:#000;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-OLjAZ6haAdM4igLQ .slice{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-OLjAZ6haAdM4igLQ g.stateGroup text{fill:#9370db;stroke:none;font-size:10px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-OLjAZ6haAdM4igLQ g.stateGroup text{fill:#9370db;fill:#333;stroke:none;font-size:10px}#mermaid-svg-OLjAZ6haAdM4igLQ g.statediagram-cluster .cluster-label text{fill:#333}#mermaid-svg-OLjAZ6haAdM4igLQ g.stateGroup .state-title{font-weight:bolder;fill:#000}#mermaid-svg-OLjAZ6haAdM4igLQ g.stateGroup rect{fill:#ECECFF;stroke:#9370db}#mermaid-svg-OLjAZ6haAdM4igLQ g.stateGroup line{stroke:#9370db;stroke-width:1}#mermaid-svg-OLjAZ6haAdM4igLQ .transition{stroke:#9370db;stroke-width:1;fill:none}#mermaid-svg-OLjAZ6haAdM4igLQ .stateGroup .composit{fill:white;border-bottom:1px}#mermaid-svg-OLjAZ6haAdM4igLQ .stateGroup .alt-composit{fill:#e0e0e0;border-bottom:1px}#mermaid-svg-OLjAZ6haAdM4igLQ .state-note{stroke:#aa3;fill:#fff5ad}#mermaid-svg-OLjAZ6haAdM4igLQ .state-note text{fill:black;stroke:none;font-size:10px}#mermaid-svg-OLjAZ6haAdM4igLQ .stateLabel .box{stroke:none;stroke-width:0;fill:#ECECFF;opacity:0.7}#mermaid-svg-OLjAZ6haAdM4igLQ .edgeLabel text{fill:#333}#mermaid-svg-OLjAZ6haAdM4igLQ .stateLabel text{fill:#000;font-size:10px;font-weight:bold;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-OLjAZ6haAdM4igLQ .node circle.state-start{fill:black;stroke:black}#mermaid-svg-OLjAZ6haAdM4igLQ .node circle.state-end{fill:black;stroke:white;stroke-width:1.5}#mermaid-svg-OLjAZ6haAdM4igLQ #statediagram-barbEnd{fill:#9370db}#mermaid-svg-OLjAZ6haAdM4igLQ .statediagram-cluster rect{fill:#ECECFF;stroke:#9370db;stroke-width:1px}#mermaid-svg-OLjAZ6haAdM4igLQ .statediagram-cluster rect.outer{rx:5px;ry:5px}#mermaid-svg-OLjAZ6haAdM4igLQ .statediagram-state .divider{stroke:#9370db}#mermaid-svg-OLjAZ6haAdM4igLQ .statediagram-state .title-state{rx:5px;ry:5px}#mermaid-svg-OLjAZ6haAdM4igLQ .statediagram-cluster.statediagram-cluster .inner{fill:white}#mermaid-svg-OLjAZ6haAdM4igLQ .statediagram-cluster.statediagram-cluster-alt .inner{fill:#e0e0e0}#mermaid-svg-OLjAZ6haAdM4igLQ .statediagram-cluster .inner{rx:0;ry:0}#mermaid-svg-OLjAZ6haAdM4igLQ .statediagram-state rect.basic{rx:5px;ry:5px}#mermaid-svg-OLjAZ6haAdM4igLQ .statediagram-state rect.divider{stroke-dasharray:10,10;fill:#efefef}#mermaid-svg-OLjAZ6haAdM4igLQ .note-edge{stroke-dasharray:5}#mermaid-svg-OLjAZ6haAdM4igLQ .statediagram-note rect{fill:#fff5ad;stroke:#aa3;stroke-width:1px;rx:0;ry:0}:root{--mermaid-font-family: '"trebuchet ms", verdana, arial';--mermaid-font-family: "Comic Sans MS", "Comic Sans", cursive}#mermaid-svg-OLjAZ6haAdM4igLQ .error-icon{fill:#522}#mermaid-svg-OLjAZ6haAdM4igLQ .error-text{fill:#522;stroke:#522}#mermaid-svg-OLjAZ6haAdM4igLQ .edge-thickness-normal{stroke-width:2px}#mermaid-svg-OLjAZ6haAdM4igLQ .edge-thickness-thick{stroke-width:3.5px}#mermaid-svg-OLjAZ6haAdM4igLQ .edge-pattern-solid{stroke-dasharray:0}#mermaid-svg-OLjAZ6haAdM4igLQ .edge-pattern-dashed{stroke-dasharray:3}#mermaid-svg-OLjAZ6haAdM4igLQ .edge-pattern-dotted{stroke-dasharray:2}#mermaid-svg-OLjAZ6haAdM4igLQ .marker{fill:#333}#mermaid-svg-OLjAZ6haAdM4igLQ .marker.cross{stroke:#333}:root { --mermaid-font-family: "trebuchet ms", verdana, arial;}#mermaid-svg-OLjAZ6haAdM4igLQ {color: rgba(0, 0, 0, 0.75);font: ;}张三李四王五你好!李四, 最近怎么样?你最近怎么样,王五?我很好,谢谢!我很好,谢谢!李四想了很长时间, 文字太长了不适合放在一行.打量着王五...很好... 王五, 你怎么样?张三李四王五

这将产生一个流程图。:

#mermaid-svg-VOldbyyR2Bcuz9H2 .label{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);fill:#333;color:#333}#mermaid-svg-VOldbyyR2Bcuz9H2 .label text{fill:#333}#mermaid-svg-VOldbyyR2Bcuz9H2 .node rect,#mermaid-svg-VOldbyyR2Bcuz9H2 .node circle,#mermaid-svg-VOldbyyR2Bcuz9H2 .node ellipse,#mermaid-svg-VOldbyyR2Bcuz9H2 .node polygon,#mermaid-svg-VOldbyyR2Bcuz9H2 .node path{fill:#ECECFF;stroke:#9370db;stroke-width:1px}#mermaid-svg-VOldbyyR2Bcuz9H2 .node .label{text-align:center;fill:#333}#mermaid-svg-VOldbyyR2Bcuz9H2 .node.clickable{cursor:pointer}#mermaid-svg-VOldbyyR2Bcuz9H2 .arrowheadPath{fill:#333}#mermaid-svg-VOldbyyR2Bcuz9H2 .edgePath .path{stroke:#333;stroke-width:1.5px}#mermaid-svg-VOldbyyR2Bcuz9H2 .flowchart-link{stroke:#333;fill:none}#mermaid-svg-VOldbyyR2Bcuz9H2 .edgeLabel{background-color:#e8e8e8;text-align:center}#mermaid-svg-VOldbyyR2Bcuz9H2 .edgeLabel rect{opacity:0.9}#mermaid-svg-VOldbyyR2Bcuz9H2 .edgeLabel span{color:#333}#mermaid-svg-VOldbyyR2Bcuz9H2 .cluster rect{fill:#ffffde;stroke:#aa3;stroke-width:1px}#mermaid-svg-VOldbyyR2Bcuz9H2 .cluster text{fill:#333}#mermaid-svg-VOldbyyR2Bcuz9H2 div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);font-size:12px;background:#ffffde;border:1px solid #aa3;border-radius:2px;pointer-events:none;z-index:100}#mermaid-svg-VOldbyyR2Bcuz9H2 .actor{stroke:#ccf;fill:#ECECFF}#mermaid-svg-VOldbyyR2Bcuz9H2 text.actor>tspan{fill:#000;stroke:none}#mermaid-svg-VOldbyyR2Bcuz9H2 .actor-line{stroke:grey}#mermaid-svg-VOldbyyR2Bcuz9H2 .messageLine0{stroke-width:1.5;stroke-dasharray:none;stroke:#333}#mermaid-svg-VOldbyyR2Bcuz9H2 .messageLine1{stroke-width:1.5;stroke-dasharray:2, 2;stroke:#333}#mermaid-svg-VOldbyyR2Bcuz9H2 #arrowhead path{fill:#333;stroke:#333}#mermaid-svg-VOldbyyR2Bcuz9H2 .sequenceNumber{fill:#fff}#mermaid-svg-VOldbyyR2Bcuz9H2 #sequencenumber{fill:#333}#mermaid-svg-VOldbyyR2Bcuz9H2 #crosshead path{fill:#333;stroke:#333}#mermaid-svg-VOldbyyR2Bcuz9H2 .messageText{fill:#333;stroke:#333}#mermaid-svg-VOldbyyR2Bcuz9H2 .labelBox{stroke:#ccf;fill:#ECECFF}#mermaid-svg-VOldbyyR2Bcuz9H2 .labelText,#mermaid-svg-VOldbyyR2Bcuz9H2 .labelText>tspan{fill:#000;stroke:none}#mermaid-svg-VOldbyyR2Bcuz9H2 .loopText,#mermaid-svg-VOldbyyR2Bcuz9H2 .loopText>tspan{fill:#000;stroke:none}#mermaid-svg-VOldbyyR2Bcuz9H2 .loopLine{stroke-width:2px;stroke-dasharray:2, 2;stroke:#ccf;fill:#ccf}#mermaid-svg-VOldbyyR2Bcuz9H2 .note{stroke:#aa3;fill:#fff5ad}#mermaid-svg-VOldbyyR2Bcuz9H2 .noteText,#mermaid-svg-VOldbyyR2Bcuz9H2 .noteText>tspan{fill:#000;stroke:none}#mermaid-svg-VOldbyyR2Bcuz9H2 .activation0{fill:#f4f4f4;stroke:#666}#mermaid-svg-VOldbyyR2Bcuz9H2 .activation1{fill:#f4f4f4;stroke:#666}#mermaid-svg-VOldbyyR2Bcuz9H2 .activation2{fill:#f4f4f4;stroke:#666}#mermaid-svg-VOldbyyR2Bcuz9H2 .mermaid-main-font{font-family:"trebuchet ms", verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-VOldbyyR2Bcuz9H2 .section{stroke:none;opacity:0.2}#mermaid-svg-VOldbyyR2Bcuz9H2 .section0{fill:rgba(102,102,255,0.49)}#mermaid-svg-VOldbyyR2Bcuz9H2 .section2{fill:#fff400}#mermaid-svg-VOldbyyR2Bcuz9H2 .section1,#mermaid-svg-VOldbyyR2Bcuz9H2 .section3{fill:#fff;opacity:0.2}#mermaid-svg-VOldbyyR2Bcuz9H2 .sectionTitle0{fill:#333}#mermaid-svg-VOldbyyR2Bcuz9H2 .sectionTitle1{fill:#333}#mermaid-svg-VOldbyyR2Bcuz9H2 .sectionTitle2{fill:#333}#mermaid-svg-VOldbyyR2Bcuz9H2 .sectionTitle3{fill:#333}#mermaid-svg-VOldbyyR2Bcuz9H2 .sectionTitle{text-anchor:start;font-size:11px;text-height:14px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-VOldbyyR2Bcuz9H2 .grid .tick{stroke:#d3d3d3;opacity:0.8;shape-rendering:crispEdges}#mermaid-svg-VOldbyyR2Bcuz9H2 .grid .tick text{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-VOldbyyR2Bcuz9H2 .grid path{stroke-width:0}#mermaid-svg-VOldbyyR2Bcuz9H2 .today{fill:none;stroke:red;stroke-width:2px}#mermaid-svg-VOldbyyR2Bcuz9H2 .task{stroke-width:2}#mermaid-svg-VOldbyyR2Bcuz9H2 .taskText{text-anchor:middle;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-VOldbyyR2Bcuz9H2 .taskText:not([font-size]){font-size:11px}#mermaid-svg-VOldbyyR2Bcuz9H2 .taskTextOutsideRight{fill:#000;text-anchor:start;font-size:11px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-VOldbyyR2Bcuz9H2 .taskTextOutsideLeft{fill:#000;text-anchor:end;font-size:11px}#mermaid-svg-VOldbyyR2Bcuz9H2 .task.clickable{cursor:pointer}#mermaid-svg-VOldbyyR2Bcuz9H2 .taskText.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-VOldbyyR2Bcuz9H2 .taskTextOutsideLeft.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-VOldbyyR2Bcuz9H2 .taskTextOutsideRight.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-VOldbyyR2Bcuz9H2 .taskText0,#mermaid-svg-VOldbyyR2Bcuz9H2 .taskText1,#mermaid-svg-VOldbyyR2Bcuz9H2 .taskText2,#mermaid-svg-VOldbyyR2Bcuz9H2 .taskText3{fill:#fff}#mermaid-svg-VOldbyyR2Bcuz9H2 .task0,#mermaid-svg-VOldbyyR2Bcuz9H2 .task1,#mermaid-svg-VOldbyyR2Bcuz9H2 .task2,#mermaid-svg-VOldbyyR2Bcuz9H2 .task3{fill:#8a90dd;stroke:#534fbc}#mermaid-svg-VOldbyyR2Bcuz9H2 .taskTextOutside0,#mermaid-svg-VOldbyyR2Bcuz9H2 .taskTextOutside2{fill:#000}#mermaid-svg-VOldbyyR2Bcuz9H2 .taskTextOutside1,#mermaid-svg-VOldbyyR2Bcuz9H2 .taskTextOutside3{fill:#000}#mermaid-svg-VOldbyyR2Bcuz9H2 .active0,#mermaid-svg-VOldbyyR2Bcuz9H2 .active1,#mermaid-svg-VOldbyyR2Bcuz9H2 .active2,#mermaid-svg-VOldbyyR2Bcuz9H2 .active3{fill:#bfc7ff;stroke:#534fbc}#mermaid-svg-VOldbyyR2Bcuz9H2 .activeText0,#mermaid-svg-VOldbyyR2Bcuz9H2 .activeText1,#mermaid-svg-VOldbyyR2Bcuz9H2 .activeText2,#mermaid-svg-VOldbyyR2Bcuz9H2 .activeText3{fill:#000 !important}#mermaid-svg-VOldbyyR2Bcuz9H2 .done0,#mermaid-svg-VOldbyyR2Bcuz9H2 .done1,#mermaid-svg-VOldbyyR2Bcuz9H2 .done2,#mermaid-svg-VOldbyyR2Bcuz9H2 .done3{stroke:grey;fill:#d3d3d3;stroke-width:2}#mermaid-svg-VOldbyyR2Bcuz9H2 .doneText0,#mermaid-svg-VOldbyyR2Bcuz9H2 .doneText1,#mermaid-svg-VOldbyyR2Bcuz9H2 .doneText2,#mermaid-svg-VOldbyyR2Bcuz9H2 .doneText3{fill:#000 !important}#mermaid-svg-VOldbyyR2Bcuz9H2 .crit0,#mermaid-svg-VOldbyyR2Bcuz9H2 .crit1,#mermaid-svg-VOldbyyR2Bcuz9H2 .crit2,#mermaid-svg-VOldbyyR2Bcuz9H2 .crit3{stroke:#f88;fill:red;stroke-width:2}#mermaid-svg-VOldbyyR2Bcuz9H2 .activeCrit0,#mermaid-svg-VOldbyyR2Bcuz9H2 .activeCrit1,#mermaid-svg-VOldbyyR2Bcuz9H2 .activeCrit2,#mermaid-svg-VOldbyyR2Bcuz9H2 .activeCrit3{stroke:#f88;fill:#bfc7ff;stroke-width:2}#mermaid-svg-VOldbyyR2Bcuz9H2 .doneCrit0,#mermaid-svg-VOldbyyR2Bcuz9H2 .doneCrit1,#mermaid-svg-VOldbyyR2Bcuz9H2 .doneCrit2,#mermaid-svg-VOldbyyR2Bcuz9H2 .doneCrit3{stroke:#f88;fill:#d3d3d3;stroke-width:2;cursor:pointer;shape-rendering:crispEdges}#mermaid-svg-VOldbyyR2Bcuz9H2 .milestone{transform:rotate(45deg) scale(0.8, 0.8)}#mermaid-svg-VOldbyyR2Bcuz9H2 .milestoneText{font-style:italic}#mermaid-svg-VOldbyyR2Bcuz9H2 .doneCritText0,#mermaid-svg-VOldbyyR2Bcuz9H2 .doneCritText1,#mermaid-svg-VOldbyyR2Bcuz9H2 .doneCritText2,#mermaid-svg-VOldbyyR2Bcuz9H2 .doneCritText3{fill:#000 !important}#mermaid-svg-VOldbyyR2Bcuz9H2 .activeCritText0,#mermaid-svg-VOldbyyR2Bcuz9H2 .activeCritText1,#mermaid-svg-VOldbyyR2Bcuz9H2 .activeCritText2,#mermaid-svg-VOldbyyR2Bcuz9H2 .activeCritText3{fill:#000 !important}#mermaid-svg-VOldbyyR2Bcuz9H2 .titleText{text-anchor:middle;font-size:18px;fill:#000;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-VOldbyyR2Bcuz9H2 g.classGroup text{fill:#9370db;stroke:none;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);font-size:10px}#mermaid-svg-VOldbyyR2Bcuz9H2 g.classGroup text .title{font-weight:bolder}#mermaid-svg-VOldbyyR2Bcuz9H2 g.clickable{cursor:pointer}#mermaid-svg-VOldbyyR2Bcuz9H2 g.classGroup rect{fill:#ECECFF;stroke:#9370db}#mermaid-svg-VOldbyyR2Bcuz9H2 g.classGroup line{stroke:#9370db;stroke-width:1}#mermaid-svg-VOldbyyR2Bcuz9H2 .classLabel .box{stroke:none;stroke-width:0;fill:#ECECFF;opacity:0.5}#mermaid-svg-VOldbyyR2Bcuz9H2 .classLabel .label{fill:#9370db;font-size:10px}#mermaid-svg-VOldbyyR2Bcuz9H2 .relation{stroke:#9370db;stroke-width:1;fill:none}#mermaid-svg-VOldbyyR2Bcuz9H2 .dashed-line{stroke-dasharray:3}#mermaid-svg-VOldbyyR2Bcuz9H2 #compositionStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-VOldbyyR2Bcuz9H2 #compositionEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-VOldbyyR2Bcuz9H2 #aggregationStart{fill:#ECECFF;stroke:#9370db;stroke-width:1}#mermaid-svg-VOldbyyR2Bcuz9H2 #aggregationEnd{fill:#ECECFF;stroke:#9370db;stroke-width:1}#mermaid-svg-VOldbyyR2Bcuz9H2 #dependencyStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-VOldbyyR2Bcuz9H2 #dependencyEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-VOldbyyR2Bcuz9H2 #extensionStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-VOldbyyR2Bcuz9H2 #extensionEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-VOldbyyR2Bcuz9H2 .commit-id,#mermaid-svg-VOldbyyR2Bcuz9H2 .commit-msg,#mermaid-svg-VOldbyyR2Bcuz9H2 .branch-label{fill:lightgrey;color:lightgrey;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-VOldbyyR2Bcuz9H2 .pieTitleText{text-anchor:middle;font-size:25px;fill:#000;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-VOldbyyR2Bcuz9H2 .slice{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-VOldbyyR2Bcuz9H2 g.stateGroup text{fill:#9370db;stroke:none;font-size:10px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-VOldbyyR2Bcuz9H2 g.stateGroup text{fill:#9370db;fill:#333;stroke:none;font-size:10px}#mermaid-svg-VOldbyyR2Bcuz9H2 g.statediagram-cluster .cluster-label text{fill:#333}#mermaid-svg-VOldbyyR2Bcuz9H2 g.stateGroup .state-title{font-weight:bolder;fill:#000}#mermaid-svg-VOldbyyR2Bcuz9H2 g.stateGroup rect{fill:#ECECFF;stroke:#9370db}#mermaid-svg-VOldbyyR2Bcuz9H2 g.stateGroup line{stroke:#9370db;stroke-width:1}#mermaid-svg-VOldbyyR2Bcuz9H2 .transition{stroke:#9370db;stroke-width:1;fill:none}#mermaid-svg-VOldbyyR2Bcuz9H2 .stateGroup .composit{fill:white;border-bottom:1px}#mermaid-svg-VOldbyyR2Bcuz9H2 .stateGroup .alt-composit{fill:#e0e0e0;border-bottom:1px}#mermaid-svg-VOldbyyR2Bcuz9H2 .state-note{stroke:#aa3;fill:#fff5ad}#mermaid-svg-VOldbyyR2Bcuz9H2 .state-note text{fill:black;stroke:none;font-size:10px}#mermaid-svg-VOldbyyR2Bcuz9H2 .stateLabel .box{stroke:none;stroke-width:0;fill:#ECECFF;opacity:0.7}#mermaid-svg-VOldbyyR2Bcuz9H2 .edgeLabel text{fill:#333}#mermaid-svg-VOldbyyR2Bcuz9H2 .stateLabel text{fill:#000;font-size:10px;font-weight:bold;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-VOldbyyR2Bcuz9H2 .node circle.state-start{fill:black;stroke:black}#mermaid-svg-VOldbyyR2Bcuz9H2 .node circle.state-end{fill:black;stroke:white;stroke-width:1.5}#mermaid-svg-VOldbyyR2Bcuz9H2 #statediagram-barbEnd{fill:#9370db}#mermaid-svg-VOldbyyR2Bcuz9H2 .statediagram-cluster rect{fill:#ECECFF;stroke:#9370db;stroke-width:1px}#mermaid-svg-VOldbyyR2Bcuz9H2 .statediagram-cluster rect.outer{rx:5px;ry:5px}#mermaid-svg-VOldbyyR2Bcuz9H2 .statediagram-state .divider{stroke:#9370db}#mermaid-svg-VOldbyyR2Bcuz9H2 .statediagram-state .title-state{rx:5px;ry:5px}#mermaid-svg-VOldbyyR2Bcuz9H2 .statediagram-cluster.statediagram-cluster .inner{fill:white}#mermaid-svg-VOldbyyR2Bcuz9H2 .statediagram-cluster.statediagram-cluster-alt .inner{fill:#e0e0e0}#mermaid-svg-VOldbyyR2Bcuz9H2 .statediagram-cluster .inner{rx:0;ry:0}#mermaid-svg-VOldbyyR2Bcuz9H2 .statediagram-state rect.basic{rx:5px;ry:5px}#mermaid-svg-VOldbyyR2Bcuz9H2 .statediagram-state rect.divider{stroke-dasharray:10,10;fill:#efefef}#mermaid-svg-VOldbyyR2Bcuz9H2 .note-edge{stroke-dasharray:5}#mermaid-svg-VOldbyyR2Bcuz9H2 .statediagram-note rect{fill:#fff5ad;stroke:#aa3;stroke-width:1px;rx:0;ry:0}:root{--mermaid-font-family: '"trebuchet ms", verdana, arial';--mermaid-font-family: "Comic Sans MS", "Comic Sans", cursive}#mermaid-svg-VOldbyyR2Bcuz9H2 .error-icon{fill:#522}#mermaid-svg-VOldbyyR2Bcuz9H2 .error-text{fill:#522;stroke:#522}#mermaid-svg-VOldbyyR2Bcuz9H2 .edge-thickness-normal{stroke-width:2px}#mermaid-svg-VOldbyyR2Bcuz9H2 .edge-thickness-thick{stroke-width:3.5px}#mermaid-svg-VOldbyyR2Bcuz9H2 .edge-pattern-solid{stroke-dasharray:0}#mermaid-svg-VOldbyyR2Bcuz9H2 .edge-pattern-dashed{stroke-dasharray:3}#mermaid-svg-VOldbyyR2Bcuz9H2 .edge-pattern-dotted{stroke-dasharray:2}#mermaid-svg-VOldbyyR2Bcuz9H2 .marker{fill:#333}#mermaid-svg-VOldbyyR2Bcuz9H2 .marker.cross{stroke:#333}:root { --mermaid-font-family: "trebuchet ms", verdana, arial;}#mermaid-svg-VOldbyyR2Bcuz9H2 {color: rgba(0, 0, 0, 0.75);font: ;}

链接
长方形
圆角长方形
菱形
  • 关于 Mermaid 语法,参考 这儿,

FLowchart流程图

我们依旧会支持flowchart的流程图:

Created with Raphaël 2.2.0开始我的操作确认?结束yesno
  • 关于 Flowchart流程图 语法,参考 这儿.

导出与导入

导出

如果你想尝试使用此编辑器, 你可以在此篇文章任意编辑。当你完成了一篇文章的写作, 在上方工具栏找到 文章导出 ,生成一个.md文件或者.html文件进行本地保存。

导入

如果你想加载一篇你写过的.md文件,在上方工具栏可以选择导入功能进行对应扩展名的文件导入,
继续你的创作。


  1. mermaid语法说明 ↩︎

  2. 注脚的解释 ↩︎

在这求1到5的阶乘和相关推荐

  1. 求n!(n的阶乘)和1!+2!+....n! (阶乘求和) ----C语言实现

    不少小伙伴搞不清楚n!和n!求和,下面我就列出运用for循环实现求解的简洁方法,一步一步慢慢分析都能搞懂噢~ 1.求n! 算法思想:首先要清楚阶乘定义,所谓 n 的阶乘,就是从 1 开始乘以比前一个数 ...

  2. c语言fac函数求n的阶乘,急求C语言编辑题:Cnm=n!/m!(n-m)!其中n,m 由键盘输入。要求设计一个函数fac(n)求某个正整数n 的阶乘。...

    急求C语言编辑题:Cnm=n!/m!(n-m)!其中n,m 由键盘输入.要求设计一个函数fac(n)求某个正整数n 的阶乘. 來源:互聯網  2010-05-29 01:44:10  評論 分類: 電 ...

  3. PTA 基础编程题目集 6-6 求单链表结点的阶乘和

    PTA 基础编程题目集 6-6 求单链表结点的阶乘和 本题要求实现一个函数,求单链表L结点的阶乘和.这里默认所有结点的值非负,且题目保证结果在int范围内. 函数接口定义: int Factorial ...

  4. C语言试题七十一之请编写函数求出这个数的阶乘

    1. 题目 编写函数:求出这个数的阶乘,即 n!. 2 .温馨提示 C语言试题汇总里可用于计算机二级C语言笔试.机试.研究生复试中C程序设计科目.帮助C语言学者打好程序基础.C语言基础,锻炼您的逻辑思 ...

  5. openjudge 14:求10000以内n的阶乘

    14:求10000以内n的阶乘 总时间限制: 5000ms 内存限制: 655360kB 描述 求10000以内n的阶乘. 输入 只有一行输入,整数n(0<=n<=10000). 输出 一 ...

  6. 信息学奥赛一本通 1172:求10000以内n的阶乘 | OpenJudge NOI 1.6 14:求10000以内n的阶乘

    [题目链接] ybt 1172:求10000以内n的阶乘 OpenJudge NOI 1.6 14:求10000以内n的阶乘 [题目考点] 1. 高精度 考察:高精乘低精 高精度计算讲解 [解题思路] ...

  7. 信息学奥赛一本通(1172:求10000以内n的阶乘)

    1172:求10000以内n的阶乘 时间限制: 1000 ms         内存限制: 65536 KB 提交数: 22142     通过数: 5506 [题目描述] 求10000以内n的阶乘. ...

  8. 求10000以内n的阶乘(信息学奥赛一本通-T1172)

    [题目描述] 求10000以内n的阶乘. [输入] 只有一行输入,整数n(0≤n≤10000). [输出] 一行,即n!的值. [输入样例] 4 [输出样例] 24 [源程序] #include< ...

  9. 求单链表结点的阶乘和

    求单链表结点的阶乘和 (15分) 本题要求实现一个函数,求单链表L结点的阶乘和.这里默认所有结点的值非负,且题目保证结果在int范围内. 函数接口定义: int FactorialSum( List ...

  10. Bailian2729 求12以内n的阶乘 Bailian2730 求20以内n的阶乘【递推】

    求20以内n的阶乘 求12以内n的阶乘 总时间限制: 1000ms 内存限制: 65536kB 描述 求20以内n的阶乘. 输入 只有一行输入,整数n(n<=20). 输出 只有一行输出,数值n ...

最新文章

  1. 解决“安装程序无法定位现有系统分区,也无法创建新的系统分区”的方法
  2. 开发小程序商城必看:社交电商的销售玩法
  3. ASP导出EXCEL乱码?试试这个
  4. 将Sublime Text 2搭建成一个好用的IDE
  5. 面试可以,但别打扰我睡觉! | 今日最佳
  6. 信息学奥赛一本通(1186:出现次数超过一半的数)
  7. 【回文串9】LeetCode 409. Longest Palindrome
  8. 网页制作的基本知识(标签)
  9. 【三维路径规划】基于matlab RRT_Star算法三维路径规划【含Matlab源码 1571期】
  10. Eclipse搭建Android开发环境并运行Android项目 (详细)
  11. 知识表示-马尔科夫链(MC)
  12. 程序员年薪30万,被准丈母娘各种刁难,网友说:分手吧!
  13. 稳压二极管工作原理及参数详解
  14. 纯HTML5后台模板
  15. html5 手机 消息,H5获取手机设备信息、app版本信息、ip地址
  16. win10自动修复无法关闭的解决方案
  17. Linux usb设备驱动(2)--- usbmouse.c 源码分析
  18. 百度地图API——多点路径连线问题
  19. 小白如何学习操作系统?
  20. [视频]FBI工作人员使用监视系统偷窥少女更衣被曝光

热门文章

  1. 基于JAVA药品自动贩卖系统计算机毕业设计源码+系统+数据库+lw文档+部署
  2. Rmarkdown对电影数据集进行统计分析
  3. Doc2Vec的一个轻量级介绍
  4. 2023MathorCup数学建模比赛的思路汇总帖
  5. 计算机连接的共享网盘怎么删掉,老司机详解百度网盘的分享链接怎么取消
  6. 大学计算机重修有什么影响,大学重修会有什么影响
  7. 恒成立、能成立和恰成立三类命题赏析【初级和中级辅导】
  8. Python入门与各种系统安装部署应用
  9. SW4STM32编译Decawave原始工程
  10. 使用xmanager实现图形界面化