回答編集履歴
1
std:: を削除
test
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
`Br[rowx][colx++] = st
|
1
|
+
`Br[rowx][colx++] = stod(token);` の直前に
|
2
2
|
|
3
3
|
`cout << "rowx = " << rowx << ", colx = " << colx << ", token = [" << token << "]\n";`
|
4
4
|
|