/ Vijos /

记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:12:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d%d",&n,&m);
     ~~~~~^~~~~~~~~~~~~~
foo.cc:14:28: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d",&num[i]),
         ~~~~~~~~~~~~~~~~~~~^
         num[i+n]=num[i];
         ~~~~~~~~~~~~~~~     

自豪的采用 HydroJudge 进行评测(github.com/hydro-dev/HydroJudge)
{"receive":"2020-08-15T14:29:11.367Z","handle":"2020-08-15T14:29:11.386Z","done":"2020-08-15T14:29:14.453Z"}
# 状态 耗时 内存占用
#1 Wrong Answer 读取到 1061109567 ,应为 7 7ms 6.012 MiB

信息

递交者
类型
自测
题目
P1001 谁拿了最多奖学金
语言
C++
递交时间
2020-08-15 22:29:11
评测时间
2020-08-15 22:29:11
评测机
分数
0
总耗时
7ms
峰值内存
6.012 MiB