回答編集履歴

1

文言

2021/03/24 06:12

投稿

int32_t
int32_t

スコア20925

test CHANGED
@@ -16,7 +16,7 @@
16
16
 
17
17
  ```c++
18
18
 
19
- std::vector<std::vector<int>> test;
19
+ vector<vector<int>> test;
20
20
 
21
21
 
22
22