Toggle navigation
Toggle navigation
This project
Loading...
Sign in
kkl
/
Probability Death
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
이승규
2019-06-05 15:13:23 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e60f5e8b17dd9eb0393f5208e57375babf56cf8e
e60f5e8b
1 parent
de13cc76
오류 해결
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
views/index.ejs
views/index.ejs
View file @
e60f5e8
...
...
@@ -176,8 +176,7 @@
i
++
;
}
//<% probArr.forEach((probArr) => {%>
<%
for
(
var
n
in
probArr
)
{
%>
<%
for
(
var
n
;
n
<
probArr
.
length
;
n
++
)
{
%>
var
temp
,
temp2
;
temp
=
<%=
probArr
[
n
]
%>
;
temp2
=
<%=
factorArr
[
n
]
%>
;
...
...
Please
register
or
login
to post a comment