質問編集履歴
1
こーどみす
title
CHANGED
File without changes
|
body
CHANGED
@@ -11,8 +11,8 @@
|
|
11
11
|
j=0;
|
12
12
|
for i in {};
|
13
13
|
do
|
14
|
+
echo \' \'12345\' \'$i abcde $array[$j] >> /tmp/result;
|
14
15
|
j=$(($j + 1));
|
15
|
-
echo \' \'12345\' \'$i abcde $array[$j] >> /tmp/result;
|
16
16
|
done"'
|
17
17
|
.format(' '.join(map(str, hairetu1)), ' '.join(map(str, hairetu2))), shell=True)
|
18
18
|
```
|