質問編集履歴
2
test
CHANGED
File without changes
|
test
CHANGED
@@ -44,11 +44,7 @@
|
|
44
44
|
|
45
45
|
for(int i=0; i<n; i++){
|
46
46
|
|
47
|
-
|
47
|
+
//実行したいもの
|
48
|
-
|
49
|
-
c++;
|
50
|
-
|
51
|
-
}
|
52
48
|
|
53
49
|
}
|
54
50
|
|
1
test
CHANGED
File without changes
|
test
CHANGED
@@ -23,10 +23,6 @@
|
|
23
23
|
#include <stdio.h>
|
24
24
|
|
25
25
|
int main(void){
|
26
|
-
|
27
|
-
// 自分の得意な言語で
|
28
|
-
|
29
|
-
// Let's チャレンジ!!
|
30
26
|
|
31
27
|
char str[1000];
|
32
28
|
|