Skip to content

Commit 321dc1e

Browse files
New Commit
1 parent 72cfd27 commit 321dc1e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

activity_select.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<<<<<<< HEAD
21
#include <stdio.h>
32
int start[100], end[100], acti[100];
43

@@ -82,7 +81,6 @@ int main ()
8281
printf ("Do you want to continue? (1/0): ");
8382
scanf ("%d", &wish);
8483
}while (wish!=0);
85-
=======
8684
#include <stdio.h>
8785
int start[100], end[100], acti[100];
8886

@@ -166,5 +164,4 @@ int main ()
166164
printf ("Do you want to continue? (1/0): ");
167165
scanf ("%d", &wish);
168166
}while (wish!=0);
169-
>>>>>>> a9b6520f1aa074c45bc777fd42beb569ca960413
170167
}

0 commit comments

Comments
 (0)