Compile Error
In file included from /in/driver/main.cpp:1:0: /in/shortestP2P.hpp: In member function 'bool ShortestP2P::spfa(unsigned int)': /in/shortestP2P.hpp:67:9: error: 'memcpy' was not declared in this scope memcpy(dist_matrix + source * size, work_dist.data(), size * sizeof(int)); ^~~~~~ /in/shortestP2P.hpp:67:9: note: suggested alternative: 'wmemcpy' memcpy(dist_matrix + source * size, work_dist.data(), size * sizeof(int)); ^~~~~~ wmemcpy
Information
- Submit By
- Type
- Submission
- Homework
- Project 4
- Language
- C++
- Submit At
- 2024-12-19 04:56:32
- Judged At
- 2024-12-19 04:56:32
- Judged By
- Score
- 0
- Total Time
- 0ms
- Peak Memory
- 0 Bytes