質問編集履歴
2
改善
title
CHANGED
File without changes
|
body
CHANGED
@@ -38,9 +38,9 @@
|
|
38
38
|
|
39
39
|
int main(){
|
40
40
|
int i, q;
|
41
|
-
P TIME[n+1];
|
42
41
|
scanf("%d %d", &n, &q);
|
43
42
|
P u;
|
43
|
+
P TIME[n+1];
|
44
44
|
int c;
|
45
45
|
int elaps=0,count=0;
|
46
46
|
for ( i = 1; i <= n; i++){
|
1
改善
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|