回答編集履歴
1
誤り訂正
test
CHANGED
@@ -78,7 +78,7 @@
|
|
78
78
|
|
79
79
|
int i=0;
|
80
80
|
|
81
|
-
filename=filebody+'_'+i;
|
81
|
+
filename = filebody + '_' + std::to_string(i);
|
82
82
|
|
83
83
|
std::ofstream file;
|
84
84
|
|