回答編集履歴

1

誤字を修正

2020/07/30 08:48

投稿

Daregada
Daregada

スコア11990

test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  int last = strlen(test) - 1;
8
8
 
9
- if (last >= 0 && test[last} == '\n') {
9
+ if (last >= 0 && test[last] == '\n') {
10
10
 
11
11
  test[last] = '\0';
12
12