foo.cc: In function 'int main()':
foo.cc:52:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d%d%d",&n,&k,&m);
~~~~~^~~~~~~~~~~~~~~~~~~
foo.cc:56:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d",&x);
~~~~~^~~~~~~~~
foo.cc:62:34: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
for(int i = 1;i<=m;i++) scanf("%d",&sz[i]);
~~~~~^~~~~~~~~~~~~
自豪的采用 HydroJudge 进行评测(github.com/hydro-dev/HydroJudge)
您没有提供题目配置文件。正在使用默认时空限制 1s 256M 。
识别到10个测试点
{"receive":"2020-07-22T10:04:34.209Z","handle":"2020-07-22T10:04:34.209Z","cache_start":"2020-07-22T10:04:34.215Z","read_cases":"2020-07-22T10:04:34.322Z","judge":"2020-07-22T10:04:34.323Z","done":"2020-07-22T10:04:37.146Z"}