work/source: In function ‘bool isPossibleS(size_t, long int)’:
work/source:45: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘long int’
work/source:54: warning: format ‘%d’ expects type ‘int’, but argument 2 has type ‘long int’
work/source: In function ‘bool isPossible(size_t)’:
work/source:82: warning: format ‘%d’ expects type ‘int’, but argument 2 has type ‘long int’
work/source: In function ‘int main(int, char**)’:
work/source:105: warning: format ‘%d’ expects type ‘int*’, but argument 3 has type ‘long int*’
work/source:162: error: cannot convert ‘FILE*’ to ‘const char*’ for argument ‘1’ to ‘int printf(const char*, ...)’
work/source:105: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result
work/source:109: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result
