Accepted
prepare (1/3): finished make (2/3): make: Entering directory '/out/build/driver' clang -std=gnu11 -O2 -o driver driver.c driver successfully constructed make: Leaving directory '/out/build/driver' make: Entering directory '/out/build/mumsh' clang -std=gnu11 -O2 -Wall -o mumsh main.c main.c:122:28: warning: implicit declaration of function 'wait' is invalid in C99 [-Wimplicit-function-declaration] while ( (finishPid=wait(NULL))!=-1){ ^ 1 warning generated. clang -std=gnu11 -O2 -Wall -fsanitize=address -fno-omit-frame-pointer -fsanitize=undefined -fsanitize=integer -o mumsh_memory_check main.c main.c:122:28: warning: implicit declaration of function 'wait' is invalid in C99 [-Wimplicit-function-declaration] while ( (finishPid=wait(NULL))!=-1){ ^ 1 warning generated. mumsh successfully constructed make: Leaving directory '/out/build/mumsh' finished clean (3/3): finished all tasks finished, build successfully
# | Status | Time Cost | Memory Cost |
---|---|---|---|
#1 | Accepted Detail | 4ms | 1.508 MiB |
#2 | Accepted Detail | 3ms | 1.289 MiB |
#3 | Accepted Detail | 4ms | 1.285 MiB |
#4 | Accepted Detail | 3ms | 1.445 MiB |
#5 | Accepted Detail | 8ms | 1.543 MiB |
#6 | Accepted Detail | 4ms | 1.383 MiB |
#7 | Accepted Detail | 12ms | 2.812 MiB |
#8 | Accepted Detail | 17ms | 4.402 MiB |
#9 | Accepted Detail | 2ms | 1.133 MiB |
#10 | Accepted Detail | 1ms | 660.0 KiB |
#11 | Accepted Detail | 2ms | 896.0 KiB |
#12 | Accepted Detail | 8ms | 1.582 MiB |
#13 | Accepted Detail | 5ms | 1.266 MiB |
#14 | Accepted Detail | 5ms | 1.402 MiB |
#15 | Accepted Detail | 18ms | 2.082 MiB |
#16 | Accepted Detail | 12ms | 2.164 MiB |
#17 | Accepted Detail | 15ms | 1.762 MiB |
#18 | Accepted Detail | 47ms | 3.75 MiB |
Information
- Submit By
- Type
- Submission
- Homework
- Project 1 Milestone 2
- Language
- GNU Make
- Submit At
- 2019-09-26 03:24:20
- Judged At
- 2019-09-26 03:24:20
- Judged By
- Score
- 180
- Total Time
- 178ms
- Peak Memory
- 4.402 MiB