foo.cc:14:12: error: 'long long long' is too long for GCC
14 | #define ll long long
| ^~~~
foo.cc:18:19: note: in expansion of macro 'll'
18 | typedef long long ll;
| ^~
foo.cc:14:17: error: 'long long long' is too long for GCC
14 | #define ll long long
| ^~~~
foo.cc:18:19: note: in expansion of macro 'll'
18 | typedef long long ll;
| ^~
foo.cc:14:17: error: declaration does not declare anything [-fpermissive]
14 | #define ll long long
| ^~~~
foo.cc:18:19: note: in expansion of macro 'll'
18 | typedef long long ll;
| ^~
foo.cc: In function 'int main()':
foo.cc:24:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
24 | scanf("%lld%lld%lld%lld", &n, &m, &a, &b);
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
foo.cc:27:37: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
27 | for (int j = 1; j <= m; j++) scanf("%lld", &g[i][j]);
| ~~~~~^~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务