回答編集履歴

1

追記

2021/02/16 06:09

投稿

fana
fana

スコア11990

test CHANGED
@@ -7,3 +7,31 @@
7
7
  int Key[256] = {};
8
8
 
9
9
  ```
10
+
11
+
12
+
13
+ ---
14
+
15
+
16
+
17
+ ひょっとして,こうかよ!?
18
+
19
+
20
+
21
+ ```C++
22
+
23
+ class Input
24
+
25
+ {
26
+
27
+ public:
28
+
29
+ void ResetToZero(){ *this = Input(); } //オラァ!
30
+
31
+ public:
32
+
33
+ int Key[256] = {};
34
+
35
+ };
36
+
37
+ ```