jobs.cpp: In function 'bool dene(int)':
jobs.cpp:18:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int j = 0; j < g[i].size(); j++){
~~^~~~~~~~~~~~~
jobs.cpp:22:7: warning: unused variable 'say' [-Wunused-variable]
int say = 0;
^~~
jobs.cpp: In function 'void bastir(int)':
jobs.cpp:41:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int j = 0; j < g[i].size(); j++){
~~^~~~~~~~~~~~~
jobs.cpp:45:7: warning: unused variable 'say' [-Wunused-variable]
int say = 0;
^~~
jobs.cpp: In function 'int main()':
jobs.cpp:58:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d %d %d",&n ,&d ,&m);
~~~~~^~~~~~~~~~~~~~~~~~~~~~~
jobs.cpp:61:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d",&a[i]);
~~~~~^~~~~~~~~~~~