judge.cpp: In function 'int main()':
judge.cpp:10:20: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
scanf("%d", &query);
^
judge.cpp:28:5: error: 'prlong' was not declared in this scope
prlong longf("%lld\n", cnt);
^
judge.cpp:10:21: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d", &query);
^
judge.cpp:14:39: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%lld %lld", &score, &correct);
^