/in/foo.cc:126:6: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
main()
^
/in/foo.cc: In function 'int main()':
/in/foo.cc:129:16: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
scanf("%d", &n);
^
/in/foo.cc:131:48: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
for (int i = 1; i <= n; i++) scanf("%d", &a[i]), ++cnt[a[i]];
^
/in/foo.cc:135:27: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
scanf("%d%d", &srx, &sry);
^
/in/foo.cc:135:27: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
/in/foo.cc:146:48: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
printf("%d\n", cx(1, ta[i].start) - cnt[a[i]]);
^
VJ4Error('ProblemDataNotFoundError', '题目 590c9c35d3d8a13210993b62 的数据未找到。', 'newbzoj', '590c9c35d3d8a13210993b62')