質問編集履歴

1

余計な構造体を削除。

2019/01/26 13:01

投稿

ruei
ruei

スコア284

test CHANGED
File without changes
test CHANGED
@@ -7,16 +7,6 @@
7
7
  ```C++
8
8
 
9
9
  #include <bits/stdc++.h>
10
-
11
-
12
-
13
- struct Point{
14
-
15
- int x;
16
-
17
- int y;
18
-
19
- };
20
10
 
21
11
 
22
12