Skip to content

Commit b49e57c

Browse files
committed
Add comment
1 parent 646e1fb commit b49e57c

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

125/1.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// 第1段階のコード
12
class Solution {
23
public:
34
bool isPalindrome(string s) {

125/2.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// 第2段階のコード、第1段階のコードを読みやすくした
12
class Solution {
23
public:
34
bool isPalindrome(string s) {

125/3.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// 第2段階のコード、3回連続でパスしたもの
12
class Solution {
23
public:
34
bool isPalindrome(string s) {

0 commit comments

Comments
 (0)