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<int>, std::vector<int>, std::vector<int>)':
job.cpp:111:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (q = 0; q < ALL.size(); q++){
~~^~~~~~~~~~~~
job.cpp:83:11: warning: unused variable 'w' [-Wunused-variable]
ll q, w, e, a, b;
^
job.cpp:83:14: warning: unused variable 'e' [-Wunused-variable]
ll q, w, e, a, b;
^
job.cpp:83:17: warning: unused variable 'a' [-Wunused-variable]
ll q, w, e, a, b;
^
job.cpp:83:20: warning: unused variable 'b' [-Wunused-variable]
ll q, w, e, a, b;
^
job.cpp: In function 'int main()':
job.cpp:122:11: warning: unused variable 'w' [-Wunused-variable]
ll q, w, e, t, a, b, c;
^
job.cpp:122:14: warning: unused variable 'e' [-Wunused-variable]
ll q, w, e, t, a, b, c;
^
job.cpp:122:17: warning: unused variable 't' [-Wunused-variable]
ll q, w, e, t, a, b, c;
^
job.cpp:122:20: warning: unused variable 'a' [-Wunused-variable]
ll q, w, e, t, a, b, c;
^
job.cpp:122:23: warning: unused variable 'b' [-Wunused-variable]
ll q, w, e, t, a, b, c;
^
job.cpp:122:26: warning: unused variable 'c' [-Wunused-variable]
ll q, w, e, t, a, b, c;
^
/tmp/cclupN2y.o: In function `main':
grader.cpp:(.text.startup+0x0): multiple definition of `main'
/tmp/ccAPFEJ5.o:job.cpp:(.text.startup+0x0): first defined here
collect2: error: ld returned 1 exit status