質問編集履歴

1

文字の削除

2023/11/09 06:33

投稿

nanashi_09
nanashi_09

スコア0

test CHANGED
File without changes
test CHANGED
@@ -9,7 +9,6 @@
9
9
  int main(void) {
10
10
  int i, j;
11
11
  int ture;
12
- int cnt = 0;
13
12
  for (i = 2;i <= 1000;++i) {
14
13
  ture = 0;
15
14
  for (j = 2;j < i;++j) {