回答編集履歴
1
typo
answer
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
```cpp
|
2
|
-
if (a
|
2
|
+
if (a < b) {
|
3
3
|
a = b;
|
4
4
|
// なにか処理
|
5
5
|
}
|