/in/foo.cc: In function 'int main()':
/in/foo.cc:78:43: warning: format '%u' expects argument of type 'unsigned int*', but argument 2 has type 'size_t* {aka long unsigned int*}' [-Wformat=]
scanf("%u%u%u%u%u", &N, &K, &M, &S, &T);
^
/in/foo.cc:78:43: warning: format '%u' expects argument of type 'unsigned int*', but argument 3 has type 'size_t* {aka long unsigned int*}' [-Wformat=]
/in/foo.cc:78:43: warning: format '%u' expects argument of type 'unsigned int*', but argument 5 has type 'size_t* {aka long unsigned int*}' [-Wformat=]
/in/foo.cc:78:43: warning: format '%u' expects argument of type 'unsigned int*', but argument 6 has type 'size_t* {aka long unsigned int*}' [-Wformat=]
/in/foo.cc:83:33: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'bool*' [-Wformat=]
scanf("%d", &A[i][j]);
^
FormatError('config file not found',)