Accepted
prepare (1/3): finished make (2/3): g++ -c main.cpp main.cpp: In function 'int main(int, char**)': main.cpp:18:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] char* strings = "vi:"; ^~~~~ g++ -c event.cpp g++ -c simulation.cpp g++ -o main main.o event.o simulation.o finished clean (3/3): finished all task finished, build successfully
Information
- Submit By
- Type
- Submission
- Homework
- Project 3: Priority Queue
- Language
- GNU Make
- Submit At
- 2020-07-08 21:50:07
- Judged At
- 2020-08-11 07:54:14
- Judged By
- Score
- 190
- Total Time
- 9541ms
- Peak Memory
- 7.012 MiB