job.cpp:8:0: warning: ignoring #pragma optimize [-Wunknown-pragmas]
#pragma optimize("TKACHENKO-GORYACHENKO")
job.cpp: In function 'void dfs(ll, ll)':
job.cpp:48:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (q = 0; q < V[v].size(); q++){
~~^~~~~~~~~~~~~
job.cpp:58:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (q = 0; q < S.size(); q++){
~~^~~~~~~~~~
job.cpp: In function 'll scheduling_cost(std::vector<long long int>, std::vector<long long int>, std::vector<long long int>)':
job.cpp:100:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (q = 0; q < ALL.size(); q++){
~~^~~~~~~~~~~~
job.cpp:82:11: warning: unused variable 'w' [-Wunused-variable]
ll q, w, e, a, b;
^
job.cpp:82:14: warning: unused variable 'e' [-Wunused-variable]
ll q, w, e, a, b;
^
job.cpp:82:17: warning: unused variable 'a' [-Wunused-variable]
ll q, w, e, a, b;
^
job.cpp:82:20: warning: unused variable 'b' [-Wunused-variable]
ll q, w, e, a, b;
^
/tmp/ccPmrqO8.o: In function `main':
grader.cpp:(.text.startup+0x2bf): undefined reference to `scheduling_cost(std::vector<int, std::allocator<int> >, std::vector<int, std::allocator<int> >, std::vector<int, std::allocator<int> >)'
collect2: error: ld returned 1 exit status