回答編集履歴
1
修正
test
CHANGED
@@ -70,13 +70,17 @@
|
|
70
70
|
|
71
71
|
}
|
72
72
|
|
73
|
-
if (result)
|
73
|
+
if (result)
|
74
|
+
|
75
|
+
{
|
74
76
|
|
75
77
|
document.write(N+'は素数です');
|
76
78
|
|
77
79
|
}
|
78
80
|
|
79
|
-
else
|
81
|
+
else
|
82
|
+
|
83
|
+
{
|
80
84
|
|
81
85
|
document.write(N+'は素数ではありません');
|
82
86
|
|