回答編集履歴
1
微修正
test
CHANGED
@@ -1,6 +1,8 @@
|
|
1
1
|
```C++
|
2
2
|
|
3
3
|
#include <iostream>
|
4
|
+
|
5
|
+
#include <cstdio>
|
4
6
|
|
5
7
|
#include <vector>
|
6
8
|
|
@@ -28,7 +30,7 @@
|
|
28
30
|
|
29
31
|
|
30
32
|
|
31
|
-
std::
|
33
|
+
std::printf("%f\n", vec[0]->x);
|
32
34
|
|
33
35
|
}
|
34
36
|
|