fix lab9 error
This commit is contained in:
3 files changed
+212
-132
No files matched your search
+2
-2
@@ -3,9 +3,9 @@ CC = gcc
|
||||
CFLAGS = -Wall -std=c11
|
||||
|
||||
#Input file
|
||||
INPUT = input1.txt
|
||||
INPUT = input5.txt
|
||||
OUTPUT = output.txt
|
||||
REF = ref1.txt
|
||||
REF = ref5.txt
|
||||
# Source file
|
||||
SRCS = lab9.c
|
||||
# Output
|
||||
|
||||
Reference in new issue
Block a user